Skip to content

Commit

Permalink
Add apt-get update to github actions (#365)
Browse files Browse the repository at this point in the history
Should fix issue where symlink checks and such
are unable to find new packages.
  • Loading branch information
newhoa authored Mar 26, 2023
1 parent 9664d39 commit 49e2d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Check symlinks and build theme
shell: bash
run: |
sudo apt-get update
sudo apt install -y libgtk-3-dev optipng --no-install-recommends
./configure
make test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/symlinks-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Check symlinks
shell: bash
run: |
sudo apt-get update
sudo apt install -y libgtk-3-dev --no-install-recommends
./configure
make test

0 comments on commit 49e2d90

Please sign in to comment.