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 0b00a43 commit 059b6ecCopy full SHA for 059b6ec
tox.ini
@@ -87,8 +87,7 @@ commands_pre =
87
curl -L -o {envdir}/bin/solc https://github.com/ethereum/solidity/releases/download/v0.8.24/solc-macos; \
88
else \
89
curl -L -o {envdir}/bin/solc https://github.com/ethereum/solidity/releases/download/v0.8.24/solc-static-linux; \
90
- fi; \
91
- fi'
+ fi;'
92
# Make it executable
93
chmod +x {envdir}/bin/solc
94
# Verify it works
0 commit comments