Skip to content

Commit 304c895

Browse files
committed
no sudo
1 parent c4640ee commit 304c895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Prepare CI Environment
131131
uses: ./.github/actions/prepare_env
132132
- name: Install jemalloc
133-
run: sudo apt install -y jemalloc
133+
run: apt install -y jemalloc
134134
- name: Swift Benchmarks
135135
run: swift package --package-path Benchmarks/ benchmark
136136

0 commit comments

Comments
 (0)