Skip to content

Commit

Permalink
Install solc
Browse files Browse the repository at this point in the history
  • Loading branch information
gvladika committed Aug 13, 2024
1 parent 9a3db21 commit 97dd42e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gambit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
- name: Install packages
run: yarn

- name: Install solc-select
run: |
pip install solc-select
solc-select install 0.8.16
solc-select use 0.8.16
- name: Verify solc Installation
run: solc --version

Expand Down

0 comments on commit 97dd42e

Please sign in to comment.