Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcafaro committed Feb 2, 2024
1 parent 789307c commit dff634d
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,12 @@ name: Run MATLAB
on: [push]
jobs:
my-job:
strategy:
matrix:
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: Setup MATLAB
# uses: matlab-actions/setup-matlab@v2
# with:
# release: ${{ matrix.release }}
# products: MATLAB
- run: echo $PATH
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v2
- name: Get run-matlab-command
run: |
wget -O /usr/local/bin/run-matlab-command https://ssd.mathworks.com/supportfiles/ci/run-matlab-command/v1/glnxa64/run-matlab-command
Expand Down

0 comments on commit dff634d

Please sign in to comment.