Skip to content

Commit

Permalink
Update ubuntu source index before installing packages necessary for t…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
radovanZRasa committed Jan 8, 2025
1 parent dd0a917 commit 78a562a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ prepare-tests-macos:
brew install wget graphviz || true

prepare-tests-ubuntu:
sudo apt-get -y install graphviz graphviz-dev python-tk
sudo apt-get update && sudo apt-get -y install graphviz graphviz-dev python3-tk

prepare-tests-windows:
choco install wget graphviz
Expand Down

0 comments on commit 78a562a

Please sign in to comment.