Skip to content

Commit

Permalink
Ubuntu 20.04 uses python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Mar 10, 2021
1 parent 2f2dc55 commit efa5dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build vdf-client on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get install libgmp-dev libboost-python-dev libpython3.7-dev libboost-system-dev build-essential -y
sudo apt-get install libgmp-dev libboost-python-dev libpython3.8-dev libboost-system-dev build-essential -y
cd src
make ${{ matrix.config }} -f Makefile.vdf-client
Expand Down

0 comments on commit efa5dea

Please sign in to comment.