Skip to content

Commit 131f991

Browse files
committed
fix
1 parent 6e19e09 commit 131f991

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/bridge.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
go-version: 1.18.x
3131
- name: Checkout code
3232
uses: actions/checkout@v2
33+
- name: Install Solc
34+
run: |
35+
sudo add-apt-repository ppa:ethereum/ethereum
36+
sudo apt-get update
37+
sudo apt-get install solc
3338
- name: Install Geth Tools
3439
uses: gacts/install-geth-tools@v1
3540
- name: Lint

0 commit comments

Comments
 (0)