Skip to content

Commit

Permalink
chore(protocol): add nc pkg to build protocol workflow (#18147)
Browse files Browse the repository at this point in the history
Co-authored-by: Karim <[email protected]>
  • Loading branch information
kimo-ice and Karim authored Sep 19, 2024
1 parent 6c17dcb commit fd1c039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/protocol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
with:
access_token: ${{ github.token }}

- name: Install Git
run: sudo apt-get update && sudo apt-get install -y git
- name: Prepare environment
run: sudo apt-get update && sudo apt-get install -y git nc

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

0 comments on commit fd1c039

Please sign in to comment.