Skip to content

Commit

Permalink
fix(ci): remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate committed Nov 6, 2023
1 parent 2d03091 commit 207d66b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:

- name: Install dependencies
run: |
sudo apt update
sudo apt install -y pkg-config protobuf-compiler libssl-dev curl
npm i -g yarn
apt update
apt install -y pkg-config protobuf-compiler libssl-dev curl
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand All @@ -39,10 +38,8 @@ jobs:
with:
node-version: 18

- name: Install dependencies
- name: Install yarn
run: |
sudo apt update
sudo apt install -y pkg-config protobuf-compiler libssl-dev
npm i -g yarn
- name: Set up cargo cache
Expand Down

0 comments on commit 207d66b

Please sign in to comment.