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.
checkout
v6
1 parent 3583e95 commit 588f772Copy full SHA for 588f772
.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 }}
@@ -60,7 +60,7 @@ jobs:
60
runs-on: ${{ matrix.os }}
61
62
63
64
65
- name: Install Clang ${{ matrix.version }}
66
run: sudo apt-get install -y clang-${{ matrix.version }}
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
- name: Configure tests
97
run: cmake -S . -B build
0 commit comments