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 6dd2a74 commit 734f40e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
- name: Get Graphviz
working-directory: ..
run: |
wget -nv https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/${{ env.graphviz-version }}/graphviz-${{ env.graphviz-version }}.tar.gz
wget -nv "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/${{ env.graphviz-version }}/graphviz-${{ env.graphviz-version }}.tar.gz"
graphviz_12_sha256="242bc18942eebda6db4039f108f387ec97856fc91ba47f21e89341c34b554df8 graphviz-${{ env.graphviz-version }}.tar.gz"
if [[ "$(sha256sum graphviz-${{ env.graphviz-version }}.tar.gz)" != "$(graphviz_12_sha256" ]]; then
if [[ "$(sha256sum graphviz-${{ env.graphviz-version }}.tar.gz)" != "$(graphviz_12_sha256)" ]]; then
echo "The file is corrupted, calculated_hash: $calculated_hash"
exit 1
fi
Expand Down

0 comments on commit 734f40e

Please sign in to comment.