mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-09 21:29:06 -05:00
build: add protobuf compiler to github ci workflow
This commit is contained in:
parent
15e2f097aa
commit
b960ab70de
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -13,6 +13,7 @@ jobs:
|
||||||
|
|
||||||
- name: Update local toolchain
|
- name: Update local toolchain
|
||||||
run: |
|
run: |
|
||||||
|
apt install -y protobuf-compiler
|
||||||
rustup update
|
rustup update
|
||||||
rustup component add clippy
|
rustup component add clippy
|
||||||
rustup install nightly
|
rustup install nightly
|
||||||
|
@ -35,4 +36,4 @@ jobs:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cargo build --release
|
cargo build --release --locked
|
||||||
|
|
Loading…
Reference in New Issue
Block a user