We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb81fd commit 8b73e04Copy full SHA for 8b73e04
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
24
steps:
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
26
27
- name: Install GCC ${{ matrix.version }}
28
run: sudo apt-get install -y gcc-${{ matrix.version }} g++-${{ matrix.version }}
@@ -58,7 +58,7 @@ jobs:
58
runs-on: ${{ matrix.os }}
59
60
61
62
63
- name: Install Clang ${{ matrix.version }}
64
run: sudo apt-get install -y clang-${{ matrix.version }}
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
94
- name: Configure tests
95
run: cmake -S . -B build
0 commit comments