Skip to content

Commit

Permalink
Add apt-get update in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregv authored Oct 30, 2021
1 parent e9b7ee3 commit 7dc53a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
run: |
set -x
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install gcc make xorg libxext-dev libbsd-dev
sudo apt-get update -qq
sudo apt-get install -y -qq gcc make xorg libxext-dev libbsd-dev
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install xquartz
echo "/usr/X11/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 7dc53a4

Please sign in to comment.