mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Build no-std on 1.47 now that core2 supports it
This commit is contained in:
parent
144145e4f9
commit
01ef55ae86
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
build-no-std: false
|
||||
coverage: true
|
||||
- toolchain: 1.47.0
|
||||
build-no-std: false
|
||||
build-no-std: true
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
|
|
Loading…
Add table
Reference in a new issue