This commit is contained in:
parent
66470d16a8
commit
f9d9e304e5
1 changed files with 5 additions and 6 deletions
|
|
@ -26,14 +26,13 @@ jobs:
|
||||||
|
|
||||||
- name: Setup Rust toolchain
|
- name: Setup Rust toolchain
|
||||||
run: |
|
run: |
|
||||||
#rustup component add llvm-tools-preview
|
rustup component add llvm-tools-preview
|
||||||
#rustup component add --toolchain nightly rustfmt clippy
|
rustup component add --toolchain nightly rustfmt clippy
|
||||||
#rustup target add x86_64-unknown-linux-gnu
|
rustup target add x86_64-unknown-linux-gnu
|
||||||
#rustup target add x86_64-unknown-linux-musl
|
rustup target add x86_64-unknown-linux-musl
|
||||||
|
|
||||||
- name: Setup additional tooling
|
- name: Setup additional tooling
|
||||||
run: |
|
run: .forgejo/workflows/setup-tools.sh
|
||||||
.forgejo/workflows/setup-tools.sh
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: just ci build
|
run: just ci build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue