Skip to content

Commit

Permalink
[LL] edit echo command
Browse files Browse the repository at this point in the history
  • Loading branch information
loicli committed Aug 9, 2024
1 parent 20b4822 commit 05241e1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/windows_knitro_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
native:
env :
KNITRODIR: ${{ github.workspace }}/knitro_distrib/knitro-14.1.0-Win64
ARTELYS_LICENSE: ${{ github.workspace }}/knitro_distrib
ARTELYS_LICENSE: ${{ github.workspace }}
strategy:
matrix:
cmake: [
Expand All @@ -28,12 +28,11 @@ jobs:
ref: main
token: ${{ secrets.KNITRO_DISTRIB }}
- name: Copy license
run: >
echo ${{ secrets.KNITRO_DISTRIB_LICENSE }} > knitro_distrib/artelys_lic_cicd.txt
run: |
echo ${{ secrets.KNITRO_DISTRIB_LICENSE }} > artelys_lic_cicd.txt
- name: Check what I have
run: |
ls .
ls ${{env.ARTELYS_LICENSE}}
ls ${{ env.KNITRODIR }}
- name: Check cmake
run: |
Expand Down

0 comments on commit 05241e1

Please sign in to comment.