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 07ed8be commit e4132fb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
run:
shell: msys2 {0}
env:
VER_LIBNTFS3G: 2021.8.22
VER_NTFSPROGS: 2.0.0
steps:
- run: git config --global core.autocrlf input
shell: pwsh
Expand Down Expand Up @@ -39,11 +39,12 @@ jobs:
run: |
cd ${GITHUB_WORKSPACE}
mkdir build_ntfs3g
wget https://tuxera.com/opensource/ntfs-3g_ntfsprogs-${VER_LIBNTFS3G}.tgz
tar xzf ntfs-3g_ntfsprogs-${VER_LIBNTFS3G}.tgz -C build_ntfs3g/
cd build_ntfs3g/ntfs-3g_ntfsprogs-${VER_LIBNTFS3G}
./configure --disable-device-default-io-ops --disable-crypto --disable-ntfs-3g
make ntfsprogs
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 --disable-default-device-io-ops --disable-crypto
make
make install
- run: |
cd ${GITHUB_WORKSPACE}
chmod +x autogen.sh
Expand Down

0 comments on commit e4132fb

Please sign in to comment.