Skip to content

Commit

Permalink
📝 workflows update
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Jun 8, 2023
1 parent 775837a commit 7d0b3f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ jobs:

- name: Install system libraries
run: |
sudo apt-get install -y libgmp3-dev libmpfr-dev libmpc-dev wget bzip2 build-essential libxcursor-dev libglib2.0-dev
sudo su
sudo apt-key -y adv --keyserver keyserver.ubuntu.com --recv-key 612DEFB798507F25
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 612DEFB798507F25
sudo add-apt-repository -y "https://downloads.skewed.de/apt jammy main"
sudo apt-get install -y python3-pip libcairo2-dev python3-graph-tool
sudo apt-get install -y libgmp3-dev libmpfr-dev libmpc-dev wget bzip2 build-essential libxcursor-dev libglib2.0-dev
# sudo apt-get install -y libgmp3-dev
# sudo apt-get install -y libmpfr-dev
Expand Down

0 comments on commit 7d0b3f1

Please sign in to comment.