Skip to content

Commit

Permalink
Add --fix-missing when installing cdt and leap deb packages
Browse files Browse the repository at this point in the history
  • Loading branch information
elmato committed Aug 7, 2024
1 parent 86f48e5 commit 2ebca8f
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 @@ -48,7 +48,7 @@ jobs:
file: 'cdt_.*amd64.deb'

- name: Install CDT
run: sudo apt-get install -y ./cdt*.deb
run: sudo apt-get install -y --fix-missing ./cdt*.deb

- name: Build EOS EVM Contract
run: .github/workflows/build-contract.sh
Expand All @@ -74,7 +74,7 @@ jobs:
artifact-name: leap-dev-ubuntu22-amd64

- name: Install Leap
run: sudo apt-get install -y ./leap*.deb
run: sudo apt-get install -y --fix-missing ./leap*.deb

- name: Build EOS EVM Contract Tests
run: .github/workflows/build-contract-test.sh
Expand Down

0 comments on commit 2ebca8f

Please sign in to comment.