Skip to content

Commit

Permalink
fix(protocol): update nc (netcat) pkg name and add error handling (#1…
Browse files Browse the repository at this point in the history
…8153)

Co-authored-by: Karim <karim@taiko.xyz>
Co-authored-by: David <david@taiko.xyz>
Co-authored-by: maskpp <maskpp266@gmail.com>
  • Loading branch information
4 people authored Sep 20, 2024
1 parent 6c7ff61 commit 896f889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/protocol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
access_token: ${{ github.token }}

- name: Prepare environment
run: sudo apt-get update && sudo apt-get install -y git nc
continue-on-error: true
run: sudo apt-get update && sudo apt-get install -y git netcat

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 896f889

Please sign in to comment.