Skip to content

Commit 0872915

Browse files
committed
Update ci.yml
1 parent 20dd55d commit 0872915

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Build docker images
3232
run: docker compose build --build-arg TARGET_VERSION=${{ matrix.ruby }}
3333

34+
- name: Install libresolv
35+
run: sudo apt-get update && sudo apt-get install -y libc6
36+
3437
- name: Run tests
3538
run: docker compose run ci
3639

0 commit comments

Comments
 (0)