Skip to content

Commit

Permalink
Update matlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acampbel authored Mar 21, 2024
1 parent 978124e commit 9fa233f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/matlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ jobs:
with:
pattern: build-artifacts-*
merge-multiple: true

- name: Download artifacts from Linux last to guarantee incremental build
uses: actions/download-artifact@v4
with:
pattern: build-artifacts-ubuntu-latest
merge-multiple: true

- name: Build the toolbox, including all OS specific files
uses: matlab-actions/run-build@v2
Expand Down

0 comments on commit 9fa233f

Please sign in to comment.