Skip to content

Commit

Permalink
Use checkout macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed Nov 9, 2023
1 parent 1eb348a commit 6f8246d
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions dev/tasks/matlab/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
name: AMD64 Ubuntu 20.04 MATLAB
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
{{ macros.github_checkout_arrow()|indent }}
- name: Install ninja-build
run: sudo apt-get install ninja-build
- name: Install MATLAB
Expand All @@ -49,10 +46,7 @@ jobs:
name: AMD64 macOS 11 MATLAB
runs-on: macos-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
{{ macros.github_checkout_arrow()|indent }}
- name: Install ninja-build
run: brew install ninja
- name: Install MATLAB
Expand All @@ -73,10 +67,7 @@ jobs:
name: AMD64 Windows 2022 MATLAB
runs-on: windows-2022
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
{{ macros.github_checkout_arrow()|indent }}
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v1
with:
Expand Down

0 comments on commit 6f8246d

Please sign in to comment.