Skip to content

Commit

Permalink
Run apt-get update before running apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesters committed Oct 15, 2024
1 parent c650d61 commit 3352857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Add Linux dependencies
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install libfile-mimeinfo-perl desktop-file-utils
echo "XDG_UTILS_DEBUG_LEVEL=2" >> $GITHUB_ENV
echo "XDG_CURRENT_DESKTOP=GNOME" >> $GITHUB_ENV
Expand Down

0 comments on commit 3352857

Please sign in to comment.