Skip to content

Commit

Permalink
Fix instruction ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
cochcoder committed Jan 12, 2025
1 parent be16a43 commit af78f39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ jobs:
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged
strategy:
matrix:
arch: [x86_64, aarch64]
fail-fast: false
volumes:
- /usr/local/lib/android:/usr/local/lib/android
- /usr/share/dotnet:/usr/share/dotnet
- /opt/ghc:/opt/ghc1
- /usr/local/share/boost:/usr/local/share/boost1
strategy:
matrix:
arch: [x86_64, aarch64]
fail-fast: false
steps:
- name: "Remove unneeded stuff to free disk space"
run:
Expand Down

0 comments on commit af78f39

Please sign in to comment.