Skip to content

Commit b1c221b

Browse files
committed
no builld tools
1 parent 9bcfbd3 commit b1c221b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535

36-
- name: Install Build Tools
37-
run: |
38-
sudo apt-get update
39-
sudo apt-get install -y ninja-build cmake
36+
# - name: Install Build Tools
37+
# run: |
38+
# sudo apt-get update
39+
# sudo apt-get install -y ninja-build cmake
4040

41-
# - name: Install Compiler
42-
# run: ${{ matrix.compiler.install_script }}
41+
- name: Install Compiler
42+
run: ${{ matrix.compiler.install_script }}
4343

4444
- name: Configure CMake
4545
env:

0 commit comments

Comments
 (0)