Skip to content

Commit

Permalink
Sigh.
Browse files Browse the repository at this point in the history
[noissue]

Signed-off-by: James Tanner <tanner.jc@gmail.com>
  • Loading branch information
jctanner committed Aug 1, 2024
1 parent 95422d6 commit 8df960a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
if: matrix.TEST == 'docker' && matrix.os == 'macos-12'
uses: docker-practice/actions-setup-docker@1.0.11

#- name: (Linux) Install docker compose
# if: matrix.TEST == 'docker' && matrix.os == 'ubuntu-latest'
# uses: KengoTODA/actions-setup-docker-compose@v1
# with:
# version: '2.14.2' # the full version of `docker-compose` command
- name: (Linux) Install docker compose
if: matrix.TEST == 'docker' && matrix.os == 'ubuntu-latest'
uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: '2.14.2' # the full version of `docker-compose` command

- name: setup .compose.env files
run: |
Expand Down

0 comments on commit 8df960a

Please sign in to comment.