Skip to content

Commit

Permalink
Merge pull request #4324 from randombit/jack/apt-update
Browse files Browse the repository at this point in the history
Update apt db before install
  • Loading branch information
randombit authored Aug 24, 2024
2 parents 97e03ce + 6ba24bd commit 3bee7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/ci/setup_gh_actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if type -p "apt-get"; then
fi

# Normal workflow follows
#sudo apt-get -qq update
sudo apt-get -qq update
sudo apt-get -qq install ccache libbz2-dev liblzma-dev libsqlite3-dev

if [ "$TARGET" = "valgrind" ] || [ "$TARGET" = "valgrind-full" ]; then
Expand Down

0 comments on commit 3bee7a1

Please sign in to comment.