Skip to content

Commit

Permalink
updated cross target
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyshazam committed Feb 21, 2024
1 parent 41dfa32 commit f69bc92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build alternative target
if: ${{ matrix.alternative-target != '' }}
run: |
cross build --manifest-path src/DeltaLake/Bridge/Cargo.toml --release
cross build --manifest-path src/DeltaLake/Bridge/Cargo.toml --release --target ${{ matrix.alternative-target }}
- name: Build
if: ${{ !matrix.alternative-target }}
Expand All @@ -76,6 +76,7 @@ jobs:
with:
name: ${{ matrix.out-prefix }}-bridge
path: src/DeltaLake/Bridge/target/${{ matrix.alternative-target }}/release/${{ matrix.out-file }}
if-no-files-found: "error"

build-nuget-package:
needs:
Expand Down

0 comments on commit f69bc92

Please sign in to comment.