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 8758672 commit c0627c3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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]
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]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -130,8 +130,7 @@ jobs:
asset_content_type: application/gzip

finalize:
# needs: [prepare, build_linux, build_windows]
needs: [prepare]
needs: [prepare, build_linux, build_windows]
runs-on: ubuntu-latest
steps:
- name: update-release
Expand Down

0 comments on commit c0627c3

Please sign in to comment.