Skip to content

Commit

Permalink
Fix Dependecy Check in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp committed May 10, 2024
1 parent 2f6d4b4 commit d3e2fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildMod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
ls -lh ${GITHUB_WORKSPACE}/extern/libs
echo ""
echo "Checking QPM/cache Folder"
ls -lh $HOME/.local/share/QPM/cache
ls -lh $HOME/.local/share/QPM-RS/cache
echo ""
- name: Build
Expand Down Expand Up @@ -153,4 +153,4 @@ jobs:
with:
name: ${{ env.module_id }}-(UNZIP-for-QMOD).qmod
path: ./${{ env.module_id }}_${{ env.version }}.qmod
if-no-files-found: warn
if-no-files-found: warn

0 comments on commit d3e2fcd

Please sign in to comment.