diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8622df..ea39f17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,10 +116,6 @@ jobs: ../linux_x64_64_sfx.exe > /dev/null && echo Successfully installed GAMS export PATH=$PATH:$(pwd)/gams48.2_linux_x64_64_sfx popd - echo Creating license file at $HOME/.local/share/GAMS - mkdir -p $HOME/.local/share/GAMS - echo "$GAMS_LICENSE" > $HOME/.local/share/GAMS/gamslice.txt - ls -l $HOME/.local/share/GAMS/ # ---------- Run tool, check for regressions