Skip to content

Commit cb7b231

Browse files
committed
gnullvm?
1 parent 9cda07c commit cb7b231

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
#- target: x86_64-pc-windows-gnu
3838
# runs-on: windows-latest
3939
# This is missing bash? https://github.com/actions/partner-runner-images/issues/55
40-
- target: aarch64-pc-windows-msvc
40+
- target: aarch64-pc-windows-gnullvm
4141
runs-on: windows-2025
4242

4343
#- target: aarch64-linux-android
@@ -117,8 +117,6 @@ jobs:
117117
#fi
118118
rustup target add ${{ matrix.target }}
119119
cargo build --locked --target ${{ matrix.target }} -p libsignal-ffi --profile=release
120-
ls target
121-
ls target/*
122120
ls target/*/release
123121
mv target/${{ matrix.target }}/release/libsignal_ffi.a libsignal_ffi_${{ matrix.target }}.a
124122

0 commit comments

Comments
 (0)