File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments