From 2e0f8b8521e532bd63f59f975a6b0d3cba5a641e Mon Sep 17 00:00:00 2001 From: mmorligh Date: Wed, 10 Jul 2024 09:50:40 -0400 Subject: [PATCH] CHG: trying to fix CI --- .github/workflows/c-cpp.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index fb56e73cf..2ac567fbe 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -14,8 +14,10 @@ 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 @@ -23,7 +25,8 @@ jobs: with: release: R2023b - + - name: Check out repository code + uses: actions/checkout@v4 - name: Install and Compile ISSM env: