Skip to content

Commit 8e41526

Browse files
authored
Update build-pkg-unix.yml
1 parent a691c63 commit 8e41526

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-pkg-unix.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,15 @@ jobs:
4040
macos-*)
4141
bin/setup-runtime
4242
export PATH="$(pwd)/bin:$PATH"
43+
composer install --no-dev
4344
bin/spc doctor --auto-fix
4445
echo "SPC_PREFIX=bin/spc" >> "$GITHUB_OUTPUT"
4546
;;
4647
esac
4748
49+
- name: "Download package ${{ matrix.pkg }}"
50+
run: ${{ steps.setup-runtime.outputs.SPC_PREFIX }} download --for-libs=${{ matrix.pkg }} --ignore-cache-sources
51+
4852
- name: "Build package ${{ matrix.pkg }}"
4953
run: ${{ steps.setup-runtime.outputs.SPC_PREFIX }} build:libs ${{ matrix.pkg }} --debug
5054

0 commit comments

Comments
 (0)