Skip to content

Commit

Permalink
oesp
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed May 25, 2024
1 parent 0d33691 commit c4fd6a8
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 @@ -211,7 +211,7 @@ jobs:
env:
CXX: ${{ matrix.compiler }}
run: |
if: ${{ $runner.os == 'Linux' && env.id == 'clang' }}
if: ${{ runner.os == 'Linux' && env.id == 'clang' }}
then
scan-build --status-bugs make
fi
Expand Down

0 comments on commit c4fd6a8

Please sign in to comment.