Skip to content

Commit

Permalink
Update centos7.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir authored Dec 3, 2024
1 parent 5537db0 commit e467a89
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 @@ -101,8 +101,7 @@ jobs:
- name: create a container without starting it && retrieve the .tgz
run: |
container_id=$(docker create antares:centos7)
mkdir archive
docker cp $container_id:/workspace/Antares_Simulator/_build/archive/ archive/
docker cp $container_id:/workspace/Antares_Simulator/_build/archive archive
ls archive
echo "-----------------"
ls ${{ env.VCPKG_CACHE_DIR }}
Expand Down

0 comments on commit e467a89

Please sign in to comment.