Skip to content

Commit

Permalink
Come on
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Feb 17, 2024
1 parent 42fb8db commit 1fbc03d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ 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 }}:${{ github.workspace }}/.cppcheck_cache

steps:
- name: Checkout Geany-Plugins
Expand Down Expand Up @@ -169,6 +168,9 @@ jobs:
- name: Configure
run: |
# Add previously built cppcheck to $PATH
echo "PATH=$PATH:${{ env.CPPCHECK_CACHE_PATH }}" >> "$GITHUB_ENV"
NOCONFIGURE=1 ./autogen.sh
mkdir _build
cd _build
Expand Down

0 comments on commit 1fbc03d

Please sign in to comment.