Skip to content

Commit a9d655c

Browse files
committed
Fix CI
1 parent 2f77b55 commit a9d655c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 15
2222
strategy:
2323
matrix:
24-
image: ["swift:6.0", "swift:6.1"]
24+
image: ["swift:6.0", "swift:6.1", "swiftlang/swift:nightly-main-jammy"]
2525
container:
2626
image: ${{ matrix.image }}
2727
services:
@@ -31,6 +31,10 @@ jobs:
3131
- 6379:6379
3232
options: --entrypoint valkey-server
3333
steps:
34+
- name: Install jemalloc
35+
run: |
36+
apt-get update
37+
apt-get install -y libjemalloc-dev
3438
- name: Checkout
3539
uses: actions/checkout@v4
3640
- name: Test

0 commit comments

Comments
 (0)