Skip to content

Commit

Permalink
CI: cygwin: Disable unnecessary patches
Browse files Browse the repository at this point in the history
Signed-off-by: sekaiacg <[email protected]>
  • Loading branch information
sekaiacg committed Dec 21, 2023
1 parent de60ef5 commit 58e0847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-erofs-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
export PATH="$HOME/clang/bin:$PATH"
# Cygwin bug on cpuset.h
sed "s/__cpuset_zero_s/void __cpuset_zero_s/" -i /usr/include/sys/cpuset.h
#sed "s/__cpuset_zero_s/void __cpuset_zero_s/" -i /usr/include/sys/cpuset.h
# Build
git clone $(echo ${{ github.repositoryUrl }} | sed "s/git:/https:/") erofs -b $(echo ${{ github.ref }} | sed "s/refs\/heads\///")
Expand Down

0 comments on commit 58e0847

Please sign in to comment.