Skip to content

Commit

Permalink
use latest cppcheck premium devdrop in selfcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Aug 11, 2024
1 parent 48e31a1 commit fb81f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cppcheck-premium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
premium_version=${{ inputs.premium_version }}
if [ -z $premium_version ]; then
premium_version=devdrop-20240804
premium_version=devdrop-20240811
wget https://files.cppchecksolutions.com/devdrop/cppcheckpremium-$premium_version-amd64.tar.gz -O cppcheckpremium.tar.gz
else
wget https://files.cppchecksolutions.com/$premium_version/ubuntu-22.04/cppcheckpremium-$premium_version-amd64.tar.gz -O cppcheckpremium.tar.gz
Expand Down

0 comments on commit fb81f17

Please sign in to comment.