Skip to content

Commit d1f4cc6

Browse files
committed
ci: Add apt-get update
1 parent 5011280 commit d1f4cc6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
echo CABAL_FLAGS=--enable-tests --test-show-details=direct --flags=nofib >> $GITHUB_ENV
8181
else
8282
if [ ${{ matrix.os }} == 'ubuntu-latest' ]; then
83+
sudo apt-get update
8384
sudo apt-get -y install cmake pkg-config libfreetype-dev libglfw3-dev libgtk-3-dev libtbb-dev
8485
elif [ ${{ matrix.os }} == 'macOS-latest' ]; then
8586
brew install cmake pkg-config freetype glfw

0 commit comments

Comments
 (0)