Commit cf04b6db authored by George Hotz's avatar George Hotz

we have this one?

parent 90ac3361
...@@ -12,7 +12,7 @@ jobs: ...@@ -12,7 +12,7 @@ jobs:
- name: Install Go and Python - name: Install Go and Python
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.17 python3 python3-pip sudo apt-get -y --no-install-recommends install golang-1.16 python3 python3-pip
- name: Install Python deps - name: Install Python deps
run: pip3 install -r risc/requirements.txt run: pip3 install -r risc/requirements.txt
- name: Build minigeth and run default block (cache) - name: Build minigeth and run default block (cache)
......
...@@ -12,7 +12,7 @@ jobs: ...@@ -12,7 +12,7 @@ jobs:
- name: Install Go - name: Install Go
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.17 sudo apt-get -y --no-install-recommends install golang-1.16
- name: Build minigeth - name: Build minigeth
run: | run: |
(cd minigeth/ && go build) (cd minigeth/ && go build)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment