Skip to content

Commit

Permalink
fix: fix patch command
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Vorwerk <info@fossores.de>
  • Loading branch information
FossoresLP committed Dec 26, 2021
1 parent 0729d04 commit 515cd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
tar -xf wireguard-linux-compat-$MODULE_VERSION.tar --one-top-level=module --strip-components=1
cd module
sed -i 's/ --dirty//g' src/Makefile
patch < ../siphash_no_fallthrough.patch
patch -p1 < ../siphash_no_fallthrough.patch
- name: Upload module source
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 515cd60

Please sign in to comment.