about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml4
-rwxr-xr-xtools/compile2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4513e35..639e68c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,7 +1,7 @@
 name: Build
 on:
-  - push
-  - pull_request
+  # - push
+  # - pull_request
 
 jobs:
   build:
diff --git a/tools/compile b/tools/compile
index f1415d2..a38dd71 100755
--- a/tools/compile
+++ b/tools/compile
@@ -17,7 +17,7 @@ fi
 
 
 ## cpio
-if [ ! -f node_modules/cpio ]; then
+if [ ! -d node_modules/cpio_src ]; then
   wget https://ftp.gnu.org/gnu/cpio/cpio-2.13.tar.gz
   tar xf cpio-2.13.tar.gz
   cd cpio-2.13