Skip to content

Commit 5c45b80

Browse files
committed
ohno妈咪何意味
1 parent 7065a09 commit 5c45b80

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ jobs:
3333
set -eux
3434
# install foundryup installer script
3535
curl -L https://foundry.paradigm.xyz | bash -s -- -y
36-
# source bashrc to activate foundryup in PATH
37-
source $HOME/.bashrc
38-
# now run foundryup to install the full Foundry toolchain
39-
foundryup -y
36+
# run the foundryup binary directly to avoid non-interactive shell issues
37+
"$HOME/.foundry/bin/foundryup" -y
4038
# add foundry to GITHUB_PATH for subsequent steps
4139
echo "$HOME/.foundry/bin" >> $GITHUB_PATH
4240
# verify installation

0 commit comments

Comments
 (0)