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 d0f26e8 commit a22d07dCopy full SHA for a22d07d
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
18
- name: configure
19
run: mkdir build && cd build && cmake -DCMAKE_CXX_FLAGS="-Werror" ..
20
- name: build
0 commit comments