summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornewhoa <newhoa@users.noreply.github.com>2023-03-26 07:23:22 -0400
committerGitHub <noreply@github.com>2023-03-26 07:23:22 -0400
commit49e2d90acdd4bff7d1f7b4a2849cc688267d19cd (patch)
treed40efe5443f20bfd584f8ef772d3bc04749538d5
parent9664d398fe2e3356d8b325b64a066e008b3873f8 (diff)
downloadelementary-xfce-49e2d90acdd4bff7d1f7b4a2849cc688267d19cd.tar.gz
Add apt-get update to github actions (#365)
Should fix issue where symlink checks and such are unable to find new packages.
-rw-r--r--.github/workflows/pull-request.yml1
-rw-r--r--.github/workflows/symlinks-check.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml
index 90a34f53..0c460eb9 100644
--- a/.github/workflows/pull-request.yml
+++ b/.github/workflows/pull-request.yml
@@ -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
diff --git a/.github/workflows/symlinks-check.yml b/.github/workflows/symlinks-check.yml
index 63bc09dd..50bd03a0 100644
--- a/.github/workflows/symlinks-check.yml
+++ b/.github/workflows/symlinks-check.yml
@@ -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