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 873937b commit ff8a6c6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,11 @@ jobs:
run: |
container_id=$(docker create antares:centos7)
docker cp $container_id:/workspace/Antares_Simulator/_build/archive archive
ls archive
echo "-----------------"
ls ${{ env.VCPKG_CACHE_DIR }}
ls archive
echo "-----------------"
docker cp $container_id:/workspace/vcpkg_cache ${{ env.VCPKG_CACHE_DIR }}
ls ${{ env.VCPKG_CACHE_DIR }}
echo "-----------------"
ls archive
rm -rf .ccache
docker cp $container_id:/workspace/.ccache .ccache
ls -la .ccache
docker rm $container_id
Expand Down

0 comments on commit ff8a6c6

Please sign in to comment.