Skip to content

Commit 382ca89

Browse files
committed
ci: lets try setting up Docker
1 parent c17d132 commit 382ca89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ jobs:
9595
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9696
with:
9797
persist-credentials: false
98+
- uses: crazy-max/ghaction-setup-docker@v1
99+
with:
100+
version: v24.0.5
98101
- uses: crazy-max/ghaction-github-runtime@v3
99102
- run: scripts/build_test_images.sh
100103
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

0 commit comments

Comments
 (0)