Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
loicli committed Aug 13, 2024
1 parent 47c481f commit beba58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_cmake_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Untar knitro distribution
run: |
mkdir knitro_distrib
tar xzvf "knitro_distrib_targz/knitro-14.1.0-Linux64.tar.gz" -C ${{ env.ARTELYS_LICENSE }}
tar -xzvf knitro_distrib_targz/knitro-14.1.0-Linux64.tar.gz -C ${{ env.ARTELYS_LICENSE }}
- name: Copy license
run: |
echo "${{ secrets.KNITRO_DISTRIB_LICENSE }}" >> ${{ env.ARTELYS_LICENSE }}/artelys_lic_cicd.txt
Expand Down

0 comments on commit beba58f

Please sign in to comment.