Skip to content

Commit

Permalink
CI: Download, compile and use latest cppcheck version
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Feb 17, 2024
1 parent 6bc0f1a commit 66e6203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
GEANY_INSTALLATION_PATH: ${{ github.workspace }}/.geany_cache/_geany_install
PKG_CONFIG_PATH: ${{ github.workspace }}/.geany_cache/_geany_install/lib/pkgconfig:$PKG_CONFIG_PATH
LD_LIBRARY_PATH: ${{ github.workspace }}/.geany_cache/_geany_install/lib:$LD_LIBRARY_PATH
PATH: ${{ env.PATH }}:${{ env.CPPCHECK_CACHE_PATH }}

steps:
- name: Checkout Geany-Plugins
Expand Down Expand Up @@ -180,7 +181,6 @@ jobs:
- name: Run Tests
run: |
export PATH="$PATH:${{ env.CPPCHECK_CACHE_PATH }}"
cd _build
make -j ${{ env.JOBS }} check
Expand Down

0 comments on commit 66e6203

Please sign in to comment.