Skip to content

Commit 342a391

Browse files
fix(ci): source cargo env in turborepo library release
1 parent 283ec7a commit 342a391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/turborepo-library-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103

104104
- name: Build native library
105105
run: |
106+
source "$HOME/.cargo/env"
106107
cd packages/turbo-repository
107108
${{ matrix.settings.rust_env }} pnpm build:release --target=${{ matrix.settings.target }}
108109

0 commit comments

Comments
 (0)