Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Dec 10, 2023
1 parent b4d1eb8 commit f808f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cppcheck-premium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:

- name: Download cppcheckpremium
run: |
wget https://files.cppchecksolutions.com/cppcheckpremium-${{ env.PREMIUM_VERSION }}-amd64.tar.gz
tar xzf cppcheckpremium-${{ env.PREMIUM_VERSION }}-amd64.tar.gz
wget https://files.cppchecksolutions.com/cppcheckpremium-${{ env.PREMIUM_VERSION }}.tar.gz
tar xzf cppcheckpremium-${{ env.PREMIUM_VERSION }}.tar.gz
- name: Generate a license file
run: |
Expand Down

0 comments on commit f808f78

Please sign in to comment.