Browse Source

Update CI.yml

Lyon 4 years ago
parent
commit
58338191d6
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/workflows/CI.yml

+ 3 - 1
.github/workflows/CI.yml

@@ -24,8 +24,10 @@ jobs:
     - name: PULL_CORE
       run: cd ${{github.workspace}}/port/linux && bash pull-core.sh
 
-    - name: INIT
+    - name: CHMOD
+      run: cd ${{github.workspace}}/port/linux/package/pikascript && chmod +x ./rust-msc-latest-linux
 
+    - name: INIT
       run: cd ${{github.workspace}}/port/linux && bash init.sh
 
     - name: TEST