Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 20, 2020
1 parent 7960a9c commit 3dc8678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
[[ -d ~/.ccache ]] && echo "cache directory (~/.ccache) exists" || mkdir -p ~/.ccache
# copy ccache dir within QGIS source so it can be accessed from docker
cp -r ~/.ccache/. ~/QGIS/.ccache_image_build
cp -r ~/.ccache/. ./.ccache_image_build
echo "##[group] QGIS deps Docker pull/rebuild"
cd .docker
Expand Down

0 comments on commit 3dc8678

Please sign in to comment.