mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-03 14:33:06 +00:00
Try to use default for target
This commit is contained in:
parent
40e698d23d
commit
07167c6087
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
target: ${{ matrix.target }}
|
||||
default: true
|
||||
override: true
|
||||
- uses: actions-rs/cargo@v1
|
||||
continue-on-error: false
|
||||
@ -64,6 +65,7 @@ jobs:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
target: ${{ matrix.target }}
|
||||
default: true
|
||||
override: true
|
||||
- uses: actions-rs/cargo@v1
|
||||
continue-on-error: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user