Skip to content

Commit

Permalink
CHG: forgot to change LD_PRELOAD
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuMorlighem committed Jul 18, 2024
1 parent 15d7142 commit 7c3cac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Compilation CI
name: Ubuntu Basic CI

on:
push:
Expand Down Expand Up @@ -92,6 +92,6 @@ jobs:
- name: Run MATLAB Command
run: |
source $ISSM_DIR/etc/environment.sh
LD_PRELOAD=/lib/x86_64-linux-gnu/libstdc++.so.6:$ISSM_DIR/externalpackages/petsc/install/lib/libmpi.so:$ISSM_DIR/externalpackages/petsc/install/lib/libmpifort.so run-matlab-command "matlab_ci"
LD_PRELOAD=/lib/x86_64-linux-gnu/libstdc++.so.6 run-matlab-command "matlab_ci"
- run: echo "This job's status is ${{ job.status }}."

0 comments on commit 7c3cac2

Please sign in to comment.