mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-26 21:42:35 +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
|
build-no-std: false
|
||||||
coverage: true
|
coverage: true
|
||||||
- toolchain: 1.47.0
|
- toolchain: 1.47.0
|
||||||
build-no-std: false
|
build-no-std: true
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
|
|
Loading…
Add table
Reference in a new issue