Compare commits
No commits in common. "db3ef07dfc1e449faecf0b966e33ef5f076ec34c" and "306dc9e51518aa9c2e1a28f7305a27a38f802cee" have entirely different histories.
db3ef07dfc
...
306dc9e515
@ -6,8 +6,6 @@ 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
|
||||||
@ -61,5 +59,5 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: botrunner
|
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