Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcafaro committed May 18, 2023
1 parent 18ea63e commit 5863991
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ jobs:
my-job:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
platform: [windows-latest]
release: [latest]

name: Run MATLAB Build
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Cache MATLAB
id: cache-matlab
uses: actions/cache@v3
with:
path: ${{ runner.tool_cache }}/MATLAB
key: ${{ matrix.platform }}-${{ matrix.release }}
# - name: Cache MATLAB
# id: cache-matlab
# uses: actions/cache@v3
# with:
# path: ${{ runner.tool_cache }}/MATLAB
# key: ${{ matrix.platform }}-${{ matrix.release }}
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v2-beta
with:
Expand All @@ -27,3 +27,4 @@ jobs:
uses: matlab-actions/run-command@v1
with:
command: version, computer, disp('hello world')
startup-options: -noFigureWindows

0 comments on commit 5863991

Please sign in to comment.