We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202fa87 commit 1f7aa51Copy full SHA for 1f7aa51
.github/workflows/pull_request.yml
@@ -130,7 +130,7 @@ jobs:
130
- name: Prepare CI Environment
131
uses: ./.github/actions/prepare_env
132
- name: Install jemalloc
133
- run: apt-get install -y libjemalloc-dev
+ run: apt-get update && apt-get install -y libjemalloc-dev
134
- name: Swift Benchmarks
135
run: swift package --package-path Benchmarks/ benchmark
136
0 commit comments