Skip to content

Commit b61ec18

Browse files
committed
List files
1 parent cb7b231 commit b61ec18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
# runs-on: ubuntu-arm64
3737
#- target: x86_64-pc-windows-gnu
3838
# runs-on: windows-latest
39-
# This is missing bash? https://github.com/actions/partner-runner-images/issues/55
40-
- target: aarch64-pc-windows-gnullvm
39+
- target: aarch64-pc-windows-msvc
4140
runs-on: windows-2025
4241

4342
#- target: aarch64-linux-android
@@ -117,7 +116,8 @@ jobs:
117116
#fi
118117
rustup target add ${{ matrix.target }}
119118
cargo build --locked --target ${{ matrix.target }} -p libsignal-ffi --profile=release
120-
ls target/*/release
119+
tree target
120+
dumpbin /headers target/${{ matrix.target }}/release/signal_ffi.lib
121121
mv target/${{ matrix.target }}/release/libsignal_ffi.a libsignal_ffi_${{ matrix.target }}.a
122122
123123
- name: Upload artifacts

0 commit comments

Comments
 (0)