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 2918c7b commit e794eb4Copy full SHA for e794eb4
.github/workflows/c-cpp.yml
@@ -19,6 +19,6 @@ jobs:
19
run: echo "${{ steps.conan.outputs.version }}"
20
- uses: actions/checkout@v2
21
- name: gcc version
22
- rune: g++ -v
+ run: g++ -v
23
- name: make test
24
run: make test
0 commit comments