Skip to content

Commit

Permalink
Attempt to fix GitHub Actions (remove qt)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Mar 11, 2024
1 parent b3b803b commit 263f94b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Remove qt folder (because of presence of symlinks)
run: rm -fr qt
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 263f94b

Please sign in to comment.