Skip to content

Commit 1149fa7

Browse files
committed
more v2 fixes
1 parent a2e3ab9 commit 1149fa7

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
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
@@ -29,6 +28,7 @@ jobs:
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
@@ -54,6 +54,7 @@ jobs:
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

@@ -66,7 +67,6 @@ jobs:
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

.github/workflows/pkg-platform.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
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

@@ -83,7 +84,6 @@ jobs:
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: |

.github/workflows/pkg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
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

.github/workflows/restock.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
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

0 commit comments

Comments
 (0)