Skip to content

Commit

Permalink
GitHub Actions: install the exact solc needed instead of all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Jan 26, 2021
1 parent 6caf20a commit 8fb6371
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,7 @@ jobs:
.github/scripts/install-crytic-compile.sh
env:
HOST_OS: ${{ runner.os }}
# there are some tests hardcoded for specific solc
# versions, so install everything for the time being
# instead of a precise version
#SOLC_VER: ${{ matrix.solc }}
SOLC_VER: ${{ matrix.solc }}

- name: Download testsuite
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 8fb6371

Please sign in to comment.