Skip to content

Commit

Permalink
Added gtk 4.10.0 to the CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
MGlolenstine committed May 24, 2023
1 parent cca3d06 commit 13f5f76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: gtk-4.8
gtktag: 4.8.2
adwtag: 1.2.0
- name: gtk-4.10
gtktag: 4.10.0
adwtag: 1.3.2
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion gtk4-cross-base-hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN dnf install git mingw64-binutils mingw64-gcc meson mingw64-pango mingw64-gdk

# Clone the gtk4 repository (Move after the mingw setup for efficiency later)
WORKDIR /tmp
RUN git clone --branch %GTKTAG% https://gitlab.gnome.org/GNOME/gtk.git
RUN git clone --depth 1 --branch %GTKTAG% https://gitlab.gnome.org/GNOME/gtk.git

# Clone the libadwaita repository (Move after the mingw setup for efficiency later)
WORKDIR /tmp
Expand Down

0 comments on commit 13f5f76

Please sign in to comment.