File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1919 matrix : ${{ steps.process-diff.outputs.matrix }}
2020 steps :
2121 - uses : pkgxdev/setup@v4
22- - run : pkgx --sync
2322 - uses : actions/checkout@v4
2423 - uses : technote-space/get-diff-action@v6
2524 id : get-diff
2928 id : process-diff
3029 env :
3130 PKGX_PANTRY_PATH : ${{ github.workspace }}
31+ PKGX_PANTRY_DIR : ${{ github.workspace }}
3232 run : |
3333 if [ -n "${{ steps.get-diff.outputs.diff }}" ]; then
3434 for x in ${{ steps.get-diff.outputs.diff }}; do
5454 name : ${{ matrix.pkg }} ${{ matrix.platform.tinyname }}
5555 env :
5656 PKGX_PANTRY_PATH : ${{ github.workspace }}
57+ PKGX_PANTRY_DIR : ${{ github.workspace }}
5758 steps :
5859 - uses : actions/checkout@v4
5960
6667 - uses : pkgxdev/setup@v4
6768 with :
6869 PKGX_DIR : /opt
69- - run : pkgx --sync
7070
7171 - uses : pkgxdev/brewkit/build@v1
7272 id : build
Original file line number Diff line number Diff line change 7171 arch : ${{ steps.build.outputs.arch }}
7272 env :
7373 PKGX_PANTRY_PATH : ${{ github.workspace }}
74+ PKGX_PANTRY_DIR : ${{ github.workspace }}
7475 steps :
7576 - uses : actions/checkout@v4
7677
8384 - uses : pkgxdev/setup@v4
8485 with :
8586 PKGX_DIR : /opt
86- - run : pkgx --sync
8787
8888 - uses : pkgxdev/brewkit/build@v1
8989 with :
@@ -113,6 +113,7 @@ jobs:
113113 container : ${{ matrix.container }}
114114 env :
115115 PKGX_PANTRY_PATH : ${{ github.workspace }}
116+ PKGX_PANTRY_DIR : ${{ github.workspace }}
116117 steps :
117118 # pkgxdev/setup no longer seeds the base, and many tests
118119 # expect libc6-dev and possibly other base libraries.
@@ -131,7 +132,6 @@ jobs:
131132 - uses : actions/checkout@v4
132133 - uses : ./.github/actions/setup
133134 - uses : pkgxdev/setup@v4
134- - run : pkgx --sync
135135
136136 - uses : pkgxdev/brewkit/download-build-artifact@v1
137137 with :
@@ -153,7 +153,6 @@ jobs:
153153 PREFIX : ${{ needs.build.outputs.project }}/${{ needs.build.outputs.platform }}/${{ needs.build.outputs.arch }}/v${{ needs.build.outputs.version }}.tar.${{ matrix.compression }}
154154 steps :
155155 - uses : pkgxdev/setup@v4
156- - run : pkgx --sync
157156
158157 - uses : actions/checkout@v4
159158
@@ -265,7 +264,6 @@ jobs:
265264 aws-region : us-east-1
266265
267266 - uses : pkgxdev/setup@v4
268- - run : pkgx --sync
269267
270268 - name : generate versions.txt
271269 run : |
Original file line number Diff line number Diff line change 2525 pkg : ${{ steps.id.outputs.pkg-json }}
2626 steps :
2727 - uses : pkgxdev/setup@v4
28- - run : pkgx --sync
2928 - uses : actions/checkout@v4
3029 - run : .github/scripts/get-matrix.ts ${{ inputs.pkg }}
3130 id : matrix
Original file line number Diff line number Diff line change 1616 versions : ${{ steps.inventory.outputs.versions }}
1717 steps :
1818 - uses : pkgxdev/setup@v4
19- - run : pkgx --sync
2019 - uses : actions/checkout@v4
2120 - run : ./.github/scripts/inventory.ts ${{ inputs.project }}
2221 id : inventory
You can’t perform that action at this time.
0 commit comments