Skip to content

Commit 8e24efe

Browse files
committed
bump gvsbuild
1 parent dc260d4 commit 8e24efe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,9 @@ jobs:
324324
uses: actions/cache@v4
325325
with:
326326
path: "C:\\gtk-build"
327-
key: win-gtk-build-vgtk4-2024.4.0-1
327+
key: win-gtk-build-vgtk4-2024.8.0-1
328328
restore-keys: |
329-
win-gtk-build-vgtk4-2024.4.0-1
329+
win-gtk-build-vgtk4-2024.8.0-1
330330
- name: Checkout
331331
uses: actions/checkout@v4
332332
with:
@@ -356,7 +356,7 @@ jobs:
356356
357357
python -m pip install --user pipx
358358
python -m pipx ensurepath
359-
pipx install "gvsbuild==2024.4.0"
359+
pipx install "gvsbuild==2024.8.0"
360360
- name: Build GTK and other libs
361361
run: |
362362
$env:path = "C:\pipx_bin;" + $env:path

0 commit comments

Comments
 (0)