From 29f7b824374bcda0940c98d8d6bfcd885754b941 Mon Sep 17 00:00:00 2001 From: Trim21 Date: Sun, 1 Sep 2024 00:57:20 +0800 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c2353dd..127695e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: steps: - run: git clone https://github.com/bangumi/dev-env $HOME/dev-env - - run: cd ~/dev-env && docker-compose up -d + - run: cd ~/dev-env && docker compose up -d - uses: actions/checkout@v4 - uses: actions/setup-python@v5