We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a691c63 commit 8e41526Copy full SHA for 8e41526
.github/workflows/build-pkg-unix.yml
@@ -40,11 +40,15 @@ jobs:
40
macos-*)
41
bin/setup-runtime
42
export PATH="$(pwd)/bin:$PATH"
43
+ composer install --no-dev
44
bin/spc doctor --auto-fix
45
echo "SPC_PREFIX=bin/spc" >> "$GITHUB_OUTPUT"
46
;;
47
esac
48
49
+ - name: "Download package ${{ matrix.pkg }}"
50
+ run: ${{ steps.setup-runtime.outputs.SPC_PREFIX }} download --for-libs=${{ matrix.pkg }} --ignore-cache-sources
51
+
52
- name: "Build package ${{ matrix.pkg }}"
53
run: ${{ steps.setup-runtime.outputs.SPC_PREFIX }} build:libs ${{ matrix.pkg }} --debug
54
0 commit comments