download the right platform dependencies

This commit is contained in:
2024-09-07 20:13:05 -05:00
parent 75644e6e59
commit 8b761bf806

View File

@@ -27,6 +27,7 @@ jobs:
matrix:
os:
- name: macos
deps: macos-universal
version: 14
scons-script: './.github/workflows/scripts/mac/scons-build.sh'
- name: ubuntu
@@ -54,7 +55,7 @@ jobs:
with:
repository: NQNStudios/cboe-dependencies
latest: true
fileName: 'dependencies-macos-universal-${{ matrix.configuration }}.tar'
fileName: 'dependencies-${{ matrix.os.deps || matrix.os.name }}-${{ matrix.configuration }}.tar'
extract: true
out-file-path: 'deps'
- name: Windows build dependencies