Skip to content

Commit 1ecdb7f

Browse files
authored
fix: pin ethereum ubuntu version in infrastructure workflow (#591)
1 parent a821a0c commit 1ecdb7f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/infrastructure.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,12 @@ jobs:
140140
- name: Install Required Dependencies
141141
if: steps.cache.outputs.cache-hit != 'true'
142142
run: |
143+
wget https://launchpad.net/~ethereum/+archive/ubuntu/ethereum/+files/bootnode_1.14.7+build30063+mantic_amd64.deb
144+
sudo dpkg -i bootnode_1.14.7+build30063+mantic_amd64.deb
143145
echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | sudo tee /etc/apt/sources.list.d/goreleaser.list
144-
sudo add-apt-repository --yes ppa:ethereum/ethereum
145146
sudo apt-get update
146-
sudo apt-get install --yes goreleaser ethereum
147+
sudo apt-get install -f
148+
sudo apt-get install --yes goreleaser
147149
sudo snap install remarshal
148150
python3 -m venv primevenv
149151
source primevenv/bin/activate

0 commit comments

Comments
 (0)