Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump qgis-deps in CI and INSTALL
  • Loading branch information
PeterPetrik committed Sep 17, 2021
1 parent 850215f commit af25124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-build.yml
Expand Up @@ -14,7 +14,7 @@ on:

env:
QT_VERSION: 5.15.2
QGIS_DEPS_VERSION: 0.8.0
QGIS_DEPS_VERSION: 0.9.0
CCACHE_DIR: /Users/runner/work/ccache
BUILD_DIR: /Users/runner/work/QGIS/build-QGIS
# apparently we cannot cache /opt directory as it fails to restore
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Expand Up @@ -858,8 +858,8 @@ cd ..
mkdir build
cd build
QGIS_DEPS_VERSION=0.3.0;\
QT_VERSION=5.14.1;\
QGIS_DEPS_VERSION=0.9.0;\
QT_VERSION=5.15.2;\
PATH=/opt/QGIS/qgis-deps-${QGIS_DEPS_VERSION}/stage/bin:$PATH;\
cmake \
-DCMAKE_INSTALL_PREFIX=~/Applications \
Expand Down

0 comments on commit af25124

Please sign in to comment.