Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VaeterchenFrost committed Dec 18, 2024
1 parent 08523b3 commit d3f5add
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
python-version: 3.8

- name: Get Graphviz
working-directory: ..
run: |
wget -nv https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/12.2.1/graphviz-12.2.1.tar.gz
graphviz_12_sha256="242bc18942eebda6db4039f108f387ec97856fc91ba47f21e89341c34b554df8 graphviz-12.2.1.tar.gz"
Expand All @@ -43,6 +44,7 @@ jobs:
sudo apt-get install -y build-essential pkg-config libgraphviz-dev libperl-dev libsodium-dev libargon2-dev
- name: Install Graphviz
working-directory: ..
run: |
cd graphviz-12.2.1
./configure --prefix=$PWD/out
Expand Down

0 comments on commit d3f5add

Please sign in to comment.