Skip to content

Commit 00a54f8

Browse files
author
r0qs
authored
Merge pull request argotorg#14846 from ethereum/fix-foundry-install
Remove sha from foundry release tag
2 parents 0f3d40f + 7c1bdba commit 00a54f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ commands:
155155
)
156156
echo "export FOUNDRY_REPO=$FOUNDRY_REPO" >> "$BASH_ENV"
157157
echo "export FOUNDRY_VERSION=$FOUNDRY_VERSION" >> "$BASH_ENV"
158-
echo "export FOUNDRY_RELEASE_TAG='nightly-${FOUNDRY_RELEASE_SHA}'" >> "$BASH_ENV"
158+
echo "export FOUNDRY_RELEASE_TAG='${FOUNDRY_VERSION}'" >> "$BASH_ENV"
159159
# Save commit sha for caching
160160
echo "$FOUNDRY_RELEASE_SHA" > /tmp/workspace/foundry-release-sha
161161
- restore_cache:

0 commit comments

Comments
 (0)