We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52077c0 commit f4b1b5fCopy full SHA for f4b1b5f
1 file changed
.github/workflows/CI.yml
@@ -74,17 +74,17 @@ jobs:
74
# - name: PACKAGE_MANAGER
75
# run: cd ${{github.workspace}}/tools/pikaPackageManager && go run main.go
76
77
- bytecode-gen:
78
- runs-on: windows-latest
79
- steps:
80
- - uses: actions/checkout@v2
+# bytecode-gen:
+# runs-on: windows-latest
+# steps:
+# - uses: actions/checkout@v2
81
82
- - name: BYTECODE-GEN
83
- run: |
84
- cd ${{github.workspace}}/tools/pikaByteCodeGen
85
- cd pikascript
86
- ./pikaPackage.exe
87
- cd ..
88
- mkdir build
89
- cd build
90
- cmake --build ..
+# - name: BYTECODE-GEN
+# run: |
+# cd ${{github.workspace}}/tools/pikaByteCodeGen
+# cd pikascript
+# ./pikaPackage.exe
+# cd ..
+# mkdir build
+# cd build
+# cmake ..
0 commit comments