Skip to content

Commit

Permalink
CI: Update cache path for GTK source
Browse files Browse the repository at this point in the history
  • Loading branch information
lah7 committed Jan 25, 2025
1 parent 82ef1a8 commit e1e6a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/cache@v4
id: gtksrc
with:
path: 'gtk+*.tar.xz'
path: 'gtk*.tar.gz'
key: gtk-${{ env.GTK_VERSION }}

- name: Download GTK Source
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions/cache@v4
id: gtksrc
with:
path: 'gtk+*.tar.xz'
path: 'gtk*.tar.gz'
key: gtk-${{ env.GTK_VERSION }}

- name: Start Arch Linux
Expand Down

0 comments on commit e1e6a4e

Please sign in to comment.