mirror of
https://github.com/Syfaro/bkapi.git
synced 2024-11-05 06:33:30 +00:00
Fix build step.
This commit is contained in:
parent
6f69b0e810
commit
dc34d33a1d
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
|||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get install protobuf-compiler
|
||||||
cargo build --release --bin bkapi
|
cargo build --release --bin bkapi
|
||||||
mv target/release/bkapi bkapi/bkapi
|
mv target/release/bkapi bkapi/bkapi
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
|
Loading…
Reference in New Issue
Block a user