We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95a292 commit 5e2fd3dCopy full SHA for 5e2fd3d
1 file changed
.github/workflows/arch.yaml
@@ -230,7 +230,7 @@ jobs:
230
# Copy patched config
231
cp linux-${TAR_KVER}/.config /home/build/linux/arch/config
232
chown -R build /home/build/linux
233
- su build bash -c "cd /home/build/linux/arch && MAKEFLAGS=-j$(nproc) makepkg --skippgpcheck --skipchecksums --skipinteg"
+ su build /usr/bin/bash -c "cd /home/build/linux/arch && MAKEFLAGS=-j$(nproc) makepkg --skippgpcheck --skipchecksums --skipinteg"
234
. /home/build/linux/arch/PKGBUILD
235
full_version=${pkgver}-${pkgrel}
236
echo "full_version=$full_version" >> "$GITHUB_OUTPUT"
0 commit comments