Skip to content

Commit

Permalink
small update in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Dec 12, 2022
1 parent 8beac6e commit 2d55967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
id: compiler
run: |
id=$(echo ${{matrix.compiler}} | cut -d\+ -f1)
echo "::set-output name=id::$id"
echo "id=$id" >> $GITHUB_OUTPUT
- name: Static Code-check
run: cppcheck --enable=all --quiet --error-exitcode=0 .
- name: make
Expand Down

0 comments on commit 2d55967

Please sign in to comment.