Skip to content

Commit

Permalink
Update the workflow configuration to clean before rebuilding for a di…
Browse files Browse the repository at this point in the history
…fferent platform
  • Loading branch information
wberube committed Oct 30, 2024
1 parent 09ce4df commit bda6e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: |
list="arm-musl arm9-musl3 arm9-musl4 arm9-uclibc armhf-musl armhf-glibc mips-musl"
for lib in $list; do
make -C src clean
sh build.sh $lib
zip $lib divinus*
done
Expand Down

0 comments on commit bda6e18

Please sign in to comment.