From 97428c3137d33a86438bfe8e97b6de5961eba368 Mon Sep 17 00:00:00 2001 From: Anantha Kumaran Date: Mon, 26 Aug 2024 11:22:25 +0530 Subject: [PATCH] Fix build https://github.com/orgs/community/discussions/116610 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e1a978..d2a688e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: check_format: true steps: - uses: actions/checkout@v2 - - run: docker-compose up -d + - run: docker compose up -d - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.otp}}