Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 2, 2024
1 parent 42c03a9 commit 7a64077
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,11 @@ jobs:
container_id=$(docker create antares:centos7)
mkdir archive
docker cp $container_id:/workspace/Antares_Simulator/_build/archive/ archive/
ls archive
echo "-----------------"
ls ${{ env.VCPKG_CACHE_DIR }}
echo "-----------------"
docker cp $container_id:/workspace/vcpkg-cache ${{ env.VCPKG_CACHE_DIR }}
docker cp $container_id:/workspace/vcpkg_cache ${{ env.VCPKG_CACHE_DIR }}
ls ${{ env.VCPKG_CACHE_DIR }}
echo "-----------------"
ls archive
Expand Down

0 comments on commit 7a64077

Please sign in to comment.