Skip to content

Commit e794eb4

Browse files
committed
typo
1 parent 2918c7b commit e794eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
run: echo "${{ steps.conan.outputs.version }}"
2020
- uses: actions/checkout@v2
2121
- name: gcc version
22-
rune: g++ -v
22+
run: g++ -v
2323
- name: make test
2424
run: make test

0 commit comments

Comments
 (0)