File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [push, pull_request]
55jobs :
66 build :
77 name : ${{matrix.compiler.cxx}}, C++${{matrix.std}}, ${{matrix.build_type}}
8- runs-on : ubuntu-22.04
8+ runs-on : ubuntu-latest
99 strategy :
1010 fail-fast : false
1111 matrix :
@@ -27,10 +27,10 @@ jobs:
2727 steps :
2828 - uses : actions/checkout@v4
2929
30- - name : Prepare environment
31- run : |
32- sudo apt-get update
33- sudo apt-get install -y ninja-build ${{matrix.compiler.other_pkgs}}
30+ # - name: Prepare environment
31+ # run: |
32+ # sudo apt-get update
33+ # sudo apt-get install -y ninja-build ${{matrix.compiler.other_pkgs}}
3434
3535 # - name: Configure CMake
3636 # env:
@@ -60,11 +60,11 @@ jobs:
6060 # run: ninja
6161
6262 - name : Build
63- run : cmake --build build --config ${{matrix.BUILD_TYPE }}
63+ run : cmake --build build --config ${{matrix.built_type }}
6464
6565 - name : Test
6666 working-directory : build
67- run : ctest -C ${{matrix.BUILD_TYPE }} --rerun-failed --output-on-failure
67+ run : ctest -C ${{matrix.built_type }} --rerun-failed --output-on-failure
6868
6969 - name : Fuzz Test
7070 working-directory : build
You can’t perform that action at this time.
0 commit comments