Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Dec 4, 2024
1 parent 9b748cf commit 6b02c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
- name: Install NONMEM
run: |
cd nm751CD
/bin/bash SETUP75 $(realpath .) $(realpath ../nm751) gfortran y ar same rec q
/bin/bash SETUP75 $(readlink -f .) $(readlink -f ../nm751) gfortran y ar same rec q
- name: NONMEM license
run: echo $LICENSE_KEY >nm751/license/nonmem.lic
env:
Expand Down

0 comments on commit 6b02c4c

Please sign in to comment.