We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a821a0c commit 1ecdb7fCopy full SHA for 1ecdb7f
1 file changed
.github/workflows/infrastructure.yml
@@ -140,10 +140,12 @@ jobs:
140
- name: Install Required Dependencies
141
if: steps.cache.outputs.cache-hit != 'true'
142
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
145
echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | sudo tee /etc/apt/sources.list.d/goreleaser.list
- sudo add-apt-repository --yes ppa:ethereum/ethereum
146
sudo apt-get update
- sudo apt-get install --yes goreleaser ethereum
147
+ sudo apt-get install -f
148
+ sudo apt-get install --yes goreleaser
149
sudo snap install remarshal
150
python3 -m venv primevenv
151
source primevenv/bin/activate
0 commit comments