Skip to content

Commit

Permalink
ci: Test
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Sep 2, 2024
1 parent 499a4aa commit 67307fa
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 @@ -42,7 +42,7 @@ jobs:
wget http://prdownloads.sourceforge.net/linux-ntfs/ntfsprogs-${VER_NTFSPROGS}.tar.gz
tar xzf ntfsprogs-${VER_NTFSPROGS}.tar.gz -C build_ntfs3g/
cd build_ntfs3g/ntfsprogs-${VER_NTFSPROGS}
./configure CFLAGS="-Wno-implicit -DHAVE_FFS" --disable-default-device-io-ops --disable-crypto
./configure CFLAGS="-Wno-implicit -DHAVE_FFS -US_IFLNK -US_ISLNK -US_IFSOCK -US_ISSOCK" --disable-default-device-io-ops --disable-crypto
make
make install
- run: |
Expand Down

0 comments on commit 67307fa

Please sign in to comment.