1
0
mirror of https://github.com/scsibug/nostr-rs-relay.git synced 2025-05-06 17:19:55 -04:00

build: install packages with sudo for github ci

This commit is contained in:
Greg Heartsfield 2023-02-13 07:50:48 -06:00
parent b960ab70de
commit 3bafb611e5

@ -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