Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Update build-socat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Nov 18, 2023
1 parent ce2693a commit 8e31421
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-socat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ jobs:
create-release:
name: Create socat Release
runs-on: ubuntu-latest
needs: [build-x86, build-x86_64, build-armhf, build-aarch64, build-ppc32, build-ppc64]
#needs: [build-x86, build-x86_64, build-armhf, build-aarch64, build-ppc32, build-ppc64]
needs: [build-x86, build-x86_64, build-armhf, build-aarch64]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 8e31421

Please sign in to comment.