Compare commits
2 Commits
306dc9e515
...
db3ef07dfc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
db3ef07dfc | ||
|
|
a5c0115a4d |
@ -6,6 +6,8 @@ jobs:
|
|||||||
name: cargo build
|
name: cargo build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Ubuntu deps
|
||||||
|
run: apt install libssl-dev
|
||||||
- name: Restore cached toolchain
|
- name: Restore cached toolchain
|
||||||
id: cache-toolchain
|
id: cache-toolchain
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
@ -59,5 +61,5 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: botrunner
|
name: botrunner
|
||||||
path: target/x86_64-unknown-linux-gnu/release/gongbotrs
|
path: target/x86_64-unknown-linux-musl/release/gongbotrs
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user