From cb61b858759c10cbb5c5a5d0a4d5545b29edc15b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santtu=20S=C3=B6derholm?= Date: Mon, 15 May 2023 15:06:42 +0300 Subject: [PATCH] .github/workflows: remove version spec in Matlab installation step --- .github/workflows/lint_main_development_branch.yml | 2 -- .github/workflows/lint_master_on_pull_request.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/lint_main_development_branch.yml b/.github/workflows/lint_main_development_branch.yml index aa0a47f46..3704394c0 100644 --- a/.github/workflows/lint_main_development_branch.yml +++ b/.github/workflows/lint_main_development_branch.yml @@ -12,7 +12,6 @@ jobs: uses: actions/checkout@v3 - name: Set up MATLAB uses: matlab-actions/setup-matlab@v1 - release: R2022b - name: Run lint_mfiles on m/ uses: matlab-actions/run-command@v1 with: @@ -25,7 +24,6 @@ jobs: uses: actions/checkout@v3 - name: Set up MATLAB uses: matlab-actions/setup-matlab@v1 - release: R2022b - name: Run lint_mfiles on plugins/ uses: matlab-actions/run-command@v1 with: diff --git a/.github/workflows/lint_master_on_pull_request.yml b/.github/workflows/lint_master_on_pull_request.yml index 50978cf14..b95178403 100644 --- a/.github/workflows/lint_master_on_pull_request.yml +++ b/.github/workflows/lint_master_on_pull_request.yml @@ -12,7 +12,6 @@ jobs: uses: actions/checkout@v3 - name: Set up MATLAB uses: matlab-actions/setup-matlab@v1 - release: R2022b - name: Run lint_mfiles on m/ uses: matlab-actions/run-command@v1 with: @@ -25,7 +24,6 @@ jobs: uses: actions/checkout@v3 - name: Set up MATLAB uses: matlab-actions/setup-matlab@v1 - release: R2022b - name: Run lint_mfiles on plugins/ uses: matlab-actions/run-command@v1 with: