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 0872915 commit efa2aa6Copy full SHA for efa2aa6
.github/workflows/ci.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: Build docker images
32
run: docker compose build --build-arg TARGET_VERSION=${{ matrix.ruby }}
33
34
+ # This step should be performed when creating the docker image instead of here.
35
- name: Install libresolv
36
run: sudo apt-get update && sudo apt-get install -y libc6
37
0 commit comments