Skip to content

Commit

Permalink
deploy: add missing curl dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Gonçalo Negrier Duarte <[email protected]>
  • Loading branch information
MrDuartePT committed May 4, 2024
1 parent 8955bcd commit 94e4d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/dependencies/install_test_dependencies_ubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
sudo apt-get update
sudo apt-get install -y xvfb libxcb-xinerama0 \
sudo apt-get install -y xvfb curl libxcb-xinerama0 \
python3-pip python3-build python3-installer

0 comments on commit 94e4d62

Please sign in to comment.