We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 850215f commit af25124Copy full SHA for af25124
.github/workflows/macos-build.yml
@@ -14,7 +14,7 @@ on:
14
15
env:
16
QT_VERSION: 5.15.2
17
- QGIS_DEPS_VERSION: 0.8.0
+ QGIS_DEPS_VERSION: 0.9.0
18
CCACHE_DIR: /Users/runner/work/ccache
19
BUILD_DIR: /Users/runner/work/QGIS/build-QGIS
20
# apparently we cannot cache /opt directory as it fails to restore
INSTALL.md
@@ -858,8 +858,8 @@ cd ..
858
mkdir build
859
cd build
860
861
-QGIS_DEPS_VERSION=0.3.0;\
862
-QT_VERSION=5.14.1;\
+QGIS_DEPS_VERSION=0.9.0;\
+QT_VERSION=5.15.2;\
863
PATH=/opt/QGIS/qgis-deps-${QGIS_DEPS_VERSION}/stage/bin:$PATH;\
864
cmake \
865
-DCMAKE_INSTALL_PREFIX=~/Applications \
0 commit comments