Skip to content

Commit 0c5900b

Browse files
committed
fix(ci): don't cross compile to Linux
1 parent 2706838 commit 0c5900b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
# -- Linux GNU --
133133
- host: ubuntu-latest
134134
target: x86_64-unknown-linux-gnu
135-
build: pnpm run build --target x86_64-unknown-linux-gnu -x
135+
build: pnpm run build --target x86_64-unknown-linux-gnu
136136
- host: ubuntu-latest
137137
target: aarch64-unknown-linux-gnu
138138
build: pnpm run build --target aarch64-unknown-linux-gnu -x
@@ -159,6 +159,7 @@ jobs:
159159
- name: Enable long paths on Windows
160160
if: runner.os == 'Windows'
161161
run: git config --system core.longpaths true
162+
working-directory: ${{ runner.temp }}
162163

163164
- uses: actions/checkout@v6
164165

0 commit comments

Comments
 (0)