Skip to content

Commit

Permalink
Revert "workflows/build: tweak"
Browse files Browse the repository at this point in the history
This reverts commit 51961c9.
  • Loading branch information
rorgoroth committed Sep 14, 2024
1 parent 5fd5443 commit 1b949da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
cmake -Bbuild -G Ninja
shell: alpine.sh {0}

- name: run_clean_dist
run: |
bash -c "rm -rf build/packages/{quake*,ffmpeg*,mpv*}"
shell: alpine.sh {0}

- name: run_update
run: |
ninja -C build update
Expand Down

0 comments on commit 1b949da

Please sign in to comment.