Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update ogc.yml
  • Loading branch information
3nids authored and github-actions[bot] committed Jun 28, 2021
1 parent 8a52103 commit b7ac6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ogc.yml
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Run build
run: |
docker run -v $(pwd):/usr/src/qgis ${DOCKER_IMAGE} -v /home/runner/QGIS/.ccache:/root/.ccache /usr/src/qgis/.ci/ogc/build.sh
docker run -v $(pwd):/usr/src/qgis -v /home/runner/QGIS/.ccache:/root/.ccache ${DOCKER_IMAGE} /usr/src/qgis/.ci/ogc/build.sh
env:
DOCKER_IMAGE: ${{ steps.docker-build.outputs.FULL_IMAGE_NAME }}

Expand Down

0 comments on commit b7ac6e6

Please sign in to comment.