Skip to content

Commit af25124

Browse files
committedSep 17, 2021
bump qgis-deps in CI and INSTALL
1 parent 850215f commit af25124

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/macos-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
QT_VERSION: 5.15.2
17-
QGIS_DEPS_VERSION: 0.8.0
17+
QGIS_DEPS_VERSION: 0.9.0
1818
CCACHE_DIR: /Users/runner/work/ccache
1919
BUILD_DIR: /Users/runner/work/QGIS/build-QGIS
2020
# apparently we cannot cache /opt directory as it fails to restore

‎INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,8 +858,8 @@ cd ..
858858
mkdir build
859859
cd build
860860
861-
QGIS_DEPS_VERSION=0.3.0;\
862-
QT_VERSION=5.14.1;\
861+
QGIS_DEPS_VERSION=0.9.0;\
862+
QT_VERSION=5.15.2;\
863863
PATH=/opt/QGIS/qgis-deps-${QGIS_DEPS_VERSION}/stage/bin:$PATH;\
864864
cmake \
865865
-DCMAKE_INSTALL_PREFIX=~/Applications \

0 commit comments

Comments
 (0)
Please sign in to comment.