mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
CI:Deploy
This commit is contained in:
parent
cd02a2386f
commit
2898fc6be9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci-deploy.yml
vendored
6
.github/workflows/ci-deploy.yml
vendored
|
|
@ -38,10 +38,10 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt update
|
||||
apt install -y curl
|
||||
sudo apt update
|
||||
sudo apt install -y curl
|
||||
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
|
||||
apt install -y nodejs
|
||||
sudo apt install -y nodejs
|
||||
|
||||
- name: Deploy contract to devnet
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue