Skip to content

Commit

Permalink
Merge pull request #301 from autonomys/rollback-gvsbuild
Browse files Browse the repository at this point in the history
Roll back gvsbuild to older stable release
  • Loading branch information
nazar-pc authored Sep 13, 2024
2 parents 1188c88 + 997d3dd commit 00612c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:

- name: Install GTK4 (Windows)
run: |
pipx install gvsbuild
# TODO: Remove constraint once https://github.com/wingtk/gvsbuild/issues/1436 is fixed
pipx install gvsbuild==2024.8.1
gvsbuild build gtk4 librsvg
if: runner.os == 'Windows' && steps.cache.outputs.cache-hit != 'true'

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:

- name: Install GTK4 (Windows)
run: |
pipx install gvsbuild
# TODO: Remove constraint once https://github.com/wingtk/gvsbuild/issues/1436 is fixed
pipx install gvsbuild==2024.8.1
gvsbuild build gtk4 librsvg
if: runner.os == 'Windows' && steps.cache.outputs.cache-hit != 'true'

Expand Down Expand Up @@ -182,7 +183,8 @@ jobs:

- name: Install GTK4 (Windows)
run: |
pipx install gvsbuild
# TODO: Remove constraint once https://github.com/wingtk/gvsbuild/issues/1436 is fixed
pipx install gvsbuild==2024.8.1
gvsbuild build gtk4 librsvg
if: runner.os == 'Windows' && steps.cache.outputs.cache-hit != 'true'

Expand Down

0 comments on commit 00612c5

Please sign in to comment.