Skip to content

Commit 015d6a7

Browse files
committed
Test Version Fix 2
1 parent 2402578 commit 015d6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
fi
171171
172172
# Change to common directory and apply SUSFS patch
173-
cd ../../common
173+
cd ../common
174174
if [ "${{ inputs.soc }}" == "sun" ]; then
175175
sed -i '/#include <trace\/hooks\/blk.h>/a #include <trace/hooks/fs.h>' ./fs/namespace.c
176176
fi

0 commit comments

Comments
 (0)