mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-12 14:29:06 -05:00
build: install packages with sudo for github ci
This commit is contained in:
parent
b960ab70de
commit
3bafb611e5
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
- name: Update local toolchain
|
||||
run: |
|
||||
apt install -y protobuf-compiler
|
||||
sudo apt-get install -y protobuf-compiler
|
||||
rustup update
|
||||
rustup component add clippy
|
||||
rustup install nightly
|
||||
|
|
Loading…
Reference in New Issue
Block a user