We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a7e5a commit 169a79dCopy full SHA for 169a79d
tox.ini
@@ -81,8 +81,8 @@ allowlist_externals =
81
commands_pre =
82
# Create bin directory
83
mkdir -p {envdir}/bin
84
- # Download solc if it doesn't exist
85
- test -f {envdir}/bin/solc || curl -L -o {envdir}/bin/solc https://github.com/ethereum/solidity/releases/download/v0.8.24/solc-static-linux
+ # Download solc 0.8.24
+ curl -L -o {envdir}/bin/solc https://github.com/ethereum/solidity/releases/download/v0.8.24/solc-static-linux
86
# Make it executable
87
chmod +x {envdir}/bin/solc
88
# Verify it works
0 commit comments