Skip to content

Commit 5e2fd3d

Browse files
committed
fix: Correct issue with arch builds
1 parent d95a292 commit 5e2fd3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/arch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
# Copy patched config
231231
cp linux-${TAR_KVER}/.config /home/build/linux/arch/config
232232
chown -R build /home/build/linux
233-
su build bash -c "cd /home/build/linux/arch && MAKEFLAGS=-j$(nproc) makepkg --skippgpcheck --skipchecksums --skipinteg"
233+
su build /usr/bin/bash -c "cd /home/build/linux/arch && MAKEFLAGS=-j$(nproc) makepkg --skippgpcheck --skipchecksums --skipinteg"
234234
. /home/build/linux/arch/PKGBUILD
235235
full_version=${pkgver}-${pkgrel}
236236
echo "full_version=$full_version" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)