Skip to content

Commit 8332d2c

Browse files
committed
ci: allow docker git to access repo
1 parent 92ff8e7 commit 8332d2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ jobs:
109109
key: rust-targets
110110

111111
- name: Build WASM
112-
run: bun run build:wasm && bun run package
112+
run: |
113+
git config --global --add safe.directory /workspace
114+
bun run build:wasm && bun run package
113115
114116
- name: Upload WASM module to GitHub
115117
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)