Skip to content

Commit

Permalink
Fix contract workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elmato committed Aug 8, 2024
1 parent 46604b2 commit d50cf93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Install CDT
run: |
sudo apt-get update && apt-get upgrade -y
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install -y ./cdt*.deb
- name: Build EOS EVM Contract
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Install Leap
run: |
sudo apt-get update && apt-get upgrade -y
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install -y ./leap*.deb
- name: Build EOS EVM Contract Tests
Expand Down

0 comments on commit d50cf93

Please sign in to comment.