Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 997289c

Browse files
committed
fix: incorrect macos sdk location
1 parent fc69062 commit 997289c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# https://github.com/rust-cross/cargo-zigbuild/issues/18#issuecomment-1076428026
6262
- name: macOS - Test build with SDKROOT
6363
run: |
64-
curl -sqL https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz | tar -Jx -C /tmp/macsdk
64+
curl -sqL https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz | tar -Jx -C /tmp
6565
-
6666
name: Run GoReleaser
6767
uses: goreleaser/goreleaser-action@v6
@@ -73,7 +73,7 @@ jobs:
7373
args: release --clean
7474
env:
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76-
SDKROOT: /tmp/macsdk
76+
SDKROOT: /tmp/MacOSX11.3.sdk
7777
- working-directory: ./js
7878
run: |
7979
make build

0 commit comments

Comments
 (0)