Skip to content

Commit 496f4f3

Browse files
committed
CI: Install Docker
1 parent f88a9fc commit 496f4f3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

+9
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ jobs:
3434
- name: Acquire sources
3535
uses: actions/checkout@v4
3636

37+
- name: Set up Docker
38+
uses: crazy-max/ghaction-setup-docker@v2
39+
40+
- name: Probe Docker
41+
run: |
42+
set -x
43+
docker version
44+
docker run --rm hello-world
45+
3746
- name: Set up Python
3847
uses: actions/setup-python@v4
3948
with:

0 commit comments

Comments
 (0)