Skip to content

Commit 27668cc

Browse files
committed
update jemalloc install
1 parent 304c895 commit 27668cc

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: apt install -y jemalloc
133+
run: apt-get update && apt-get install -y jemalloc
134134
- name: Swift Benchmarks
135135
run: swift package --package-path Benchmarks/ benchmark
136136

0 commit comments

Comments
 (0)