We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcfbd3 commit b1c221bCopy full SHA for b1c221b
1 file changed
.github/workflows/ci.yml
@@ -33,13 +33,13 @@ jobs:
33
steps:
34
- uses: actions/checkout@v4
35
36
- - name: Install Build Tools
37
- run: |
38
- sudo apt-get update
39
- sudo apt-get install -y ninja-build cmake
+ # - name: Install Build Tools
+ # run: |
+ # sudo apt-get update
+ # sudo apt-get install -y ninja-build cmake
40
41
- # - name: Install Compiler
42
- # run: ${{ matrix.compiler.install_script }}
+ - name: Install Compiler
+ run: ${{ matrix.compiler.install_script }}
43
44
- name: Configure CMake
45
env:
0 commit comments