mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 04:41:19 +00:00
set toolchain
This commit is contained in:
parent
7aa686b650
commit
b7563bfbf5
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ steps:
|
||||||
LEMMY_DATABASE_URL: postgres://lemmy:password@localhost:5432/lemmy
|
LEMMY_DATABASE_URL: postgres://lemmy:password@localhost:5432/lemmy
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
RUST_TEST_THREADS: 1
|
RUST_TEST_THREADS: 1
|
||||||
|
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl
|
||||||
commands:
|
commands:
|
||||||
- ls -la
|
- ls -la
|
||||||
- id
|
- id
|
||||||
|
|
Loading…
Reference in a new issue