Skip to content

Commit f4b1b5f

Browse files
authored
Update CI.yml
1 parent 52077c0 commit f4b1b5f

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/CI.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@ jobs:
7474
# - name: PACKAGE_MANAGER
7575
# run: cd ${{github.workspace}}/tools/pikaPackageManager && go run main.go
7676

77-
bytecode-gen:
78-
runs-on: windows-latest
79-
steps:
80-
- uses: actions/checkout@v2
77+
# bytecode-gen:
78+
# runs-on: windows-latest
79+
# steps:
80+
# - uses: actions/checkout@v2
8181

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 ..
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 ..

0 commit comments

Comments
 (0)