Skip to content

Commit

Permalink
(master) passwordless sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPicklePinosaur committed Aug 20, 2023
1 parent 1f64539 commit cfa8b1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
override: true
- name: download solc
run: |
apt-get install solc
sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install solc
- name: Build
run: |
cargo build --release --target x86_64-unknown-linux-gnu
Expand Down

0 comments on commit cfa8b1c

Please sign in to comment.