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 22fc549 commit f7aca36Copy full SHA for f7aca36
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
25
26
- name: Install GCC ${{ matrix.version }}
27
run: sudo apt-get install -y gcc-${{ matrix.version }} g++-${{ matrix.version }}
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
- name: Install Clang ${{ matrix.version }}
56
run: sudo apt-get install -y clang-${{ matrix.version }}
@@ -80,7 +80,7 @@ jobs:
80
runs-on: ${{ matrix.os }}
81
82
83
84
85
- name: Configure tests
86
run: cmake -S . -B build
0 commit comments