Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix bash regex replace
  • Loading branch information
3nids committed Aug 20, 2020
1 parent d7e6512 commit d433f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
env:
branch: ${{ matrix.branch }}
run: |
DOCKER_TAG=${branch//master/latest/}
DOCKER_TAG=${branch//master/latest}
DOCKER_BUILD_DEPS_FILE=qgis3-build-deps-focal.dockerfile
CC=/usr/lib/ccache/gcc
CXX=/usr/lib/ccache/g++ # Building SIP binding freezes with Clang in Docker, maybe a SIP issue, maybe not
Expand Down

0 comments on commit d433f58

Please sign in to comment.