Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sgatto committed Jul 18, 2024
1 parent e1df4a8 commit cac50c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:
shared: [ON, OFF]

steps:
- name: Get branch names
id: branch-names
uses: tj-actions/branch-names@v8

- name: set name variables
id: names
run: |
Expand All @@ -53,6 +49,10 @@ jobs:
echo "appendix=$APPENDIX" >> $GITHUB_OUTPUT
echo "appendix_with_shared=$APPENDIX_WITH_SHARED" >> $GITHUB_OUTPUT
- name: Get branch names
id: branch-names
uses: tj-actions/branch-names@v8

- name: Checkout OR-Tools
if: ${{ env.RELEASE_CREATED == 'false' }}
run: |
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
container_id=$(docker create centos:shared-${{ matrix.shared }}-sirius-${{ matrix.sirius }})
rm -rf ./install
docker cp $container_id:/my_build/install ./install
docker cp $container_id:/my-build/install ./install
docker rm $container_id
- name: Prepare OR-Tools install
Expand Down

0 comments on commit cac50c2

Please sign in to comment.