Skip to content

Commit

Permalink
ci: GITHUB_ENV only supports simple commands
Browse files Browse the repository at this point in the history
  • Loading branch information
yanliu38 committed Jul 13, 2024
1 parent 8f4e2c8 commit 170f9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
set -eExuo pipefail
DFXVM_INIT_YES=yes sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
source "$HOME/.local/share/dfx/env"
cat "$HOME/.local/share/dfx/env" >> $GITHUB_ENV
echo "export PATH=$HOME/.local/share/dfx/bin:$PATH" >> $GITHUB_ENV
dfx --version
- name: Install cargo-make
run: cargo install --force cargo-make
Expand Down

0 comments on commit 170f9ae

Please sign in to comment.