Skip to content

Commit

Permalink
fix: foundry version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Dec 13, 2024
1 parent cb68416 commit 829c2f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ job "{{ job.name }}" {
--strip-components=1

chmod +x local/foundry.sh && local/foundry.sh
chmod +x ${XDG_CONFIG_HOME}/.foundry/bin/foundryup && ${XDG_CONFIG_HOME}/.foundry/bin/foundryup -v nightly-e649e62f125244a3ef116be25dfdc81a2afbaf2a
chmod +x ${XDG_CONFIG_HOME}/.foundry/bin/foundryup && ${XDG_CONFIG_HOME}/.foundry/bin/foundryup -v nightly-2f698e4c9747eb035a951186966cfda7aec7359c
export PATH="${XDG_CONFIG_HOME}/.foundry/bin:$PATH"
chmod +x ${CONTRACT_REPO_ROOT_PATH}/entrypoint.sh
echo ""
Expand Down

0 comments on commit 829c2f4

Please sign in to comment.