cd.yaml: build for gnu not musl
All checks were successful
Build && Deploy / cargo build (push) Successful in 53s
All checks were successful
Build && Deploy / cargo build (push) Successful in 53s
This commit is contained in:
parent
61bb4cf7e8
commit
2ae58bbf99
@ -21,7 +21,6 @@ jobs:
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
target: x86_64-unknown-linux-musl
|
||||
- name: Save cached toolchain
|
||||
id: cache-toolchain-save
|
||||
uses: actions/cache/save@v4
|
||||
@ -44,7 +43,7 @@ jobs:
|
||||
~/.cargo/git/db/
|
||||
target
|
||||
key: linux-project-dependencies
|
||||
- run: cargo build --release --target x86_64-unknown-linux-musl
|
||||
- run: cargo build --release --target x86_64-unknown-linux-gnu
|
||||
- name: Save cached cargo dependencies
|
||||
id: cache-project-dependencies-restore
|
||||
uses: actions/cache/save@v4
|
||||
@ -61,5 +60,5 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: botrunner
|
||||
path: target/x86_64-unknown-linux-musl/release/gongbotrs
|
||||
path: target/x86_64-unknown-linux-gnu/release/gongbotrs
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user