Skip to content

Commit 42361a6

Browse files
committed
github action: make the space
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
1 parent 3071e02 commit 42361a6

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Download the kernel
1717
run: |
1818
sudo apt-get update
@@ -24,9 +24,9 @@ jobs:
2424
- name: Prerequisite for xfstests testing
2525
run: |
2626
sudo apt-get install linux-headers-$(uname -r)
27-
sudo apt-get install autoconf libtool pkg-config libnl-3-dev libnl-genl-3-dev
27+
sudo apt-get install autoconf libtool pkg-config
2828
sudo apt-get install xfslibs-dev uuid-dev libtool-bin xfsprogs libgdbm-dev gawk fio attr libattr1-dev libacl1-dev libaio-dev
29-
git clone --branch=exfat-next https://github.com/exfat-utils/exfat-utils
29+
git clone --branch=exfat-next https://github.com/exfatprogs/exfatprogs
3030
git clone https://github.com/namjaejeon/exfat-testsuites
3131
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
3232
export PATH=/usr/local/lib:$PATH
@@ -51,7 +51,7 @@ jobs:
5151
make > /dev/null
5252
sudo make install > /dev/null
5353
sudo insmod exfat.ko
54-
cd exfat-utils
54+
cd exfatprogs
5555
./autogen.sh > /dev/null
5656
./configure > /dev/null
5757
make -j$((`nproc`+1)) > /dev/null
@@ -84,6 +84,7 @@ jobs:
8484
run: |
8585
cd exfat-testsuites/
8686
tar xzvf xfstests-exfat.tgz > /dev/null
87+
rm -f xfstests-exfat.tgz
8788
cd xfstests-exfat
8889
make -j$((`nproc`+1)) > /dev/null
8990
truncate -s 100G test.img

0 commit comments

Comments
 (0)