mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2025-07-31 00:18:27 -04:00
build: install packages with sudo for github ci
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update local toolchain
|
- name: Update local toolchain
|
||||||
run: |
|
run: |
|
||||||
apt install -y protobuf-compiler
|
sudo apt-get install -y protobuf-compiler
|
||||||
rustup update
|
rustup update
|
||||||
rustup component add clippy
|
rustup component add clippy
|
||||||
rustup install nightly
|
rustup install nightly
|
||||||
|
Reference in New Issue
Block a user