Make sure gtk4 dependencies are installed first (#5564)

This commit is contained in:
Ed Reel
2021-04-07 11:10:05 -05:00
committed by GitHub
parent 00afd3a583
commit cb0a1b8157
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Defines common constants used in different parts of crew
CREW_VERSION = '1.7.19'
CREW_VERSION = '1.7.20'
ARCH_ACTUAL = `uname -m`.strip
# This helps with virtualized builds on aarch64 machines