From a22223d6ed63c76e6e9087c572bbbbb176972cbc Mon Sep 17 00:00:00 2001 From: afwbkbc Date: Mon, 8 Jul 2024 20:09:09 +0300 Subject: [PATCH] fix ci --- .github/workflows/buildall.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/buildall.yml b/.github/workflows/buildall.yml index 362ee9de..dcc62f4a 100644 --- a/.github/workflows/buildall.yml +++ b/.github/workflows/buildall.yml @@ -50,7 +50,7 @@ jobs: build_linux: - needs: [prepare,finalize] + needs: [prepare, finalize] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -91,7 +91,7 @@ jobs: build_windows: - needs: [prepare,finalize] + needs: [prepare, finalize] runs-on: windows-latest steps: - uses: actions/checkout@v3 @@ -130,7 +130,7 @@ jobs: asset_content_type: application/gzip finalize: -# needs: [prepare,build_linux,build_windows] +# needs: [prepare, build_linux, build_windows] needs: [prepare] runs-on: ubuntu-latest steps: