Compare commits
2 Commits
306dc9e515
...
db3ef07dfc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
db3ef07dfc | ||
|
|
a5c0115a4d |
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user