Skip to content

Commit

Permalink
Manually install docker
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Mar 27, 2024
1 parent 3326861 commit 9de34d2
Show file tree
Hide file tree
Showing 2 changed files with 753 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install docker
run: |
bin/setup_docker_ci
- name: Output CHANGELOG
run: bin/print_changelog "${{matrix.version}}"
- name: Build Docker image
Expand Down
Loading

0 comments on commit 9de34d2

Please sign in to comment.