Skip to content

Commit

Permalink
Cleanup.
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 2, 2024
1 parent b225ff2 commit 939af09
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,9 @@ 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'
run: |
# echo "skipping"
curl -L -o /tmp/docker-compose https://github.com/docker/compose/releases/download/v2.29.1/docker-compose-linux-x86_64
install /tmp/docker-compose /usr/local/bin/
Expand Down

0 comments on commit 939af09

Please sign in to comment.