Compare commits

...

2 Commits

Author SHA1 Message Date
Akulij
db3ef07dfc cd.yaml: install libssl-dev
Some checks failed
Build && Deploy / cargo build (push) Failing after 38s
2025-05-04 02:43:41 +03:00
Akulij
a5c0115a4d cd.yaml: upload musl target binary as artifact 2025-05-04 02:41:29 +03:00

View File

@ -6,6 +6,8 @@ jobs:
name: cargo build
runs-on: ubuntu-latest
steps:
- name: Install Ubuntu deps
run: apt install libssl-dev
- name: Restore cached toolchain
id: cache-toolchain
uses: actions/cache/restore@v4
@ -59,5 +61,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: botrunner
path: target/x86_64-unknown-linux-gnu/release/gongbotrs
path: target/x86_64-unknown-linux-musl/release/gongbotrs