mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-02 14:03:12 +00:00
ci set profile to default to avoid lib issues
This commit is contained in:
parent
52aea7ccaa
commit
086653299c
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
run: git submodule update --init --recursive
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
profile: default
|
||||
toolchain: ${{ matrix.toolchain }}
|
||||
default: true
|
||||
override: true
|
||||
@ -74,7 +74,7 @@ jobs:
|
||||
run: git submodule update --init --recursive
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
profile: default
|
||||
toolchain: ${{ matrix.toolchain }}
|
||||
default: true
|
||||
override: true
|
||||
@ -99,7 +99,7 @@ jobs:
|
||||
run: git submodule update --init --recursive
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
profile: default
|
||||
toolchain: stable
|
||||
override: true
|
||||
components: rustfmt, clippy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user