Skip to content

Commit

Permalink
Add ls command to find libstdc++
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Nov 15, 2023
1 parent d254e81 commit 609bafb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/tasks/matlab/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
uses: matlab-actions/setup-matlab@v1
with:
release: R2023a
- name: find system libstdc++
run: |
popd /usr/lib/
ls */**
pushd
- name: Build MATLAB Interface
env:
{{ macros.github_set_sccache_envvars()|indent(8) }}
Expand Down

0 comments on commit 609bafb

Please sign in to comment.