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 65c0f6e commit 2ed9f19
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: C/C++ CI
name: Compilation CI

on:
push:
Expand All @@ -14,21 +14,15 @@ jobs:
runs-on: ubuntu-latest

steps:
#- 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:
MATLAB_PATH: ${{ steps.setup-matlab.outputs.matlabroot }}
Expand Down

0 comments on commit 2ed9f19

Please sign in to comment.