Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afwbkbc committed Jul 8, 2024
1 parent 6ed66a9 commit a22223d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:


build_linux:
needs: [prepare,finalize]
needs: [prepare, finalize]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:


build_windows:
needs: [prepare,finalize]
needs: [prepare, finalize]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a22223d

Please sign in to comment.