Skip to content

Commit 8a36d9e

Browse files
committed
remove sudo
1 parent 4bedfdd commit 8a36d9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99

1010
permissions:
11-
contents: write # Required for creating releases and uploading assets
11+
contents: write
1212

1313
jobs:
1414
build-and-release:
@@ -20,8 +20,8 @@ jobs:
2020

2121
- name: Install dependencies
2222
run: |
23-
sudo apt-get update
24-
sudo apt-get install -y curl build-essential
23+
apt-get update
24+
apt-get install -y curl build-essential
2525
2626
- name: Install Rust
2727
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)