Skip to content

Commit 7d2d099

Browse files
authored
Update deployment.yml
1 parent 34be7fe commit 7d2d099

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deployment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Install dependencies (if any)
2626
run: brew install hdf5
2727

28+
- name: Resolve Swift Packages
29+
run: xcodebuild -resolvePackageDependencies -project HDF5QL.xcodeproj
30+
2831
- name: Build macOS app for ${{ matrix.target }}
2932
run: |
3033
echo "Building for ${{ matrix.architecture }}..."

0 commit comments

Comments
 (0)