Skip to content

Commit 9edaf81

Browse files
authored
Update release.yml
1 parent 0a12334 commit 9edaf81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
uname -s
253253
uname -m
254254
curl -L https://raw.githubusercontent.com/soul022/foundry-revive-testing/refs/heads/master/foundryup/install | bash
255-
source ~/.bashrc
255+
export PATH="$HOME/.foundry/bin:$PATH"
256256
foundryup --install "$VERSION_NAME"
257257
forge
258258
cast

0 commit comments

Comments
 (0)