Skip to content

Commit

Permalink
CI: Install Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 10, 2023
1 parent f88a9fc commit 496f4f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ jobs:
- name: Acquire sources
uses: actions/checkout@v4

- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v2

- name: Probe Docker
run: |
set -x
docker version
docker run --rm hello-world
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 496f4f3

Please sign in to comment.