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 367d759 commit 7d11865Copy full SHA for 7d11865
.github/workflows/rundemo.yml
@@ -12,6 +12,8 @@ jobs:
12
runs-on: macos-15
13
timeout-minutes: 30
14
steps:
15
+ - name: "Install Dependencies: jemalloc"
16
+ run: brew install jemalloc
17
- name: "Checkout swift-foundation-icu-demo"
18
uses: actions/checkout@v4
19
with:
0 commit comments