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 b6cd13d commit 2e0f8b8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,19 @@ jobs:
runs-on: ubuntu-latest

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

- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."

- 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 2e0f8b8

Please sign in to comment.