Skip to content

Commit

Permalink
CHG: checking env
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuMorlighem committed Jul 12, 2024
1 parent 2538728 commit a359b8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
MATLAB_PATH: ${{ steps.setup-matlab.outputs.matlabroot }}
run: cd .github/ci_scripts && ./ci_ISSM.sh github_linux_basic

- name: Checking Environment
run: echo "BEFORE: ${LD_LIBRARY_PATH}" && source $ISSM_DIR/etc/environment.sh && echo "AFTER: ${LD_LIBRARY_PATH}"
- run: echo "BEFORE: ${LD_LIBRARY_PATH}" && source ${ISSM_DIR}/etc/environment.sh && echo "AFTER: ${LD_LIBRARY_PATH}"

- name: Run ISSM MATLAB test
uses: matlab-actions/run-command@v2
Expand Down

0 comments on commit a359b8b

Please sign in to comment.