We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2706838 commit 0c5900bCopy full SHA for 0c5900b
.github/workflows/ci.yml
@@ -132,7 +132,7 @@ jobs:
132
# -- Linux GNU --
133
- host: ubuntu-latest
134
target: x86_64-unknown-linux-gnu
135
- build: pnpm run build --target x86_64-unknown-linux-gnu -x
+ build: pnpm run build --target x86_64-unknown-linux-gnu
136
137
target: aarch64-unknown-linux-gnu
138
build: pnpm run build --target aarch64-unknown-linux-gnu -x
@@ -159,6 +159,7 @@ jobs:
159
- name: Enable long paths on Windows
160
if: runner.os == 'Windows'
161
run: git config --system core.longpaths true
162
+ working-directory: ${{ runner.temp }}
163
164
- uses: actions/checkout@v6
165
0 commit comments