Skip to content

Commit

Permalink
cargo tmp env
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatka committed Oct 27, 2023
1 parent 58eb2bf commit ce1d52f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
echo "/github/workspace/.cargo/bin" >> $GITHUB_PATH
env:
CARGO_HOME: /github/workspace/.cargo
RUSTUP_HOME: /github/workspace/.rustup
CARGO_HOME: /tmp/.cargo
RUSTUP_HOME: /tmp/.rustup

- name: Install Rust toolchain
run: rustup default stable
Expand All @@ -237,10 +237,10 @@ jobs:
- name: Build native
working-directory: ./
run: sudo npm run release-native
run: npm run release-native
env:
CARGO_HOME: /github/workspace/.cargo
RUSTUP_HOME: /github/workspace/.rustup
CARGO_HOME: /tmp/.cargo
RUSTUP_HOME: /tmp/.rustup
# env:
# RUSTFLAGS: "-C target-feature=-crt-static"
- name: Package the asset
Expand Down

0 comments on commit ce1d52f

Please sign in to comment.