Skip to content

Commit

Permalink
CHG: trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuMorlighem committed Jul 10, 2024
1 parent 2ed9f19 commit b6cd13d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Check out repository code
uses: actions/checkout@v4

- name: Installing MATLAB
id: setup-matlab
uses: matlab-actions/setup-matlab@v2
with:
release: R2023b

- name: Check out repository code
- uses: actions/checkout@v4


- name: Install and Compile ISSM
env:
Expand Down

0 comments on commit b6cd13d

Please sign in to comment.