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 55fb98e commit 16361c9Copy full SHA for 16361c9
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ jobs:
16
build-linux-clang:
17
runs-on: ubuntu-18.04
18
steps:
19
+ - uses: actions/checkout@v1
20
- name: build all and examples
21
run: |
22
make -k
0 commit comments