Skip to content

Commit

Permalink
extra command 10
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 3, 2024
1 parent ff8a6c6 commit a2f319e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ jobs:
echo "-----------------"
docker cp $container_id:/workspace/vcpkg_cache ${{ env.VCPKG_CACHE_DIR }}
echo "-----------------"
rm -rf .ccache
docker cp $container_id:/workspace/.ccache .ccache
docker cp $container_id:/workspace/.ccache/. .ccache
ls -la .ccache
docker rm $container_id
Expand Down

0 comments on commit a2f319e

Please sign in to comment.