Skip to content

Commit

Permalink
fixup! fixup! Fix sctp compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
slontis committed Oct 14, 2022
1 parent c4fcadb commit c2cdf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-checker-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Install Dependencies for sctp option
run: |
sudo apt-get update
sudo apt-get -yq install libsctp-dev
sudo apt-get -yq install lksctp-tools libsctp-dev
sudo sysctl -w net.sctp.auth_enable=1
if: matrix.opt == 'enable-sctp'
- name: config
Expand Down

0 comments on commit c2cdf62

Please sign in to comment.