Commit cf04b6db authored by George Hotz's avatar George Hotz

we have this one?

parent 90ac3361
......@@ -12,7 +12,7 @@ jobs:
- name: Install Go and Python
run: |
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
run: pip3 install -r risc/requirements.txt
- name: Build minigeth and run default block (cache)
......
......@@ -12,7 +12,7 @@ jobs:
- name: Install Go
run: |
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
run: |
(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