fix arch ci

pull/1913/head
disconnect3d 2 years ago committed by Disconnect3d
parent 8ca1dbf82f
commit 92781b7cf9

@ -67,7 +67,7 @@ install_pacman() {
if [[ "$answer" == "y" ]]; then if [[ "$answer" == "y" ]]; then
sudo pacman -Syu || true sudo pacman -Syu || true
fi fi
sudo pacman -S --needed git gdb python python-pip python-capstone python-unicorn python-pycparser python-psutil python-ptrace python-pyelftools python-six python-pygments which debuginfod sudo pacman -S --noconfirm --needed git gdb python python-pip python-capstone python-unicorn python-pycparser python-psutil python-ptrace python-pyelftools python-six python-pygments which debuginfod
if ! grep -q "^set debuginfod enabled on" ~/.gdbinit; then if ! grep -q "^set debuginfod enabled on" ~/.gdbinit; then
echo "set debuginfod enabled on" >> ~/.gdbinit echo "set debuginfod enabled on" >> ~/.gdbinit
fi fi

Loading…
Cancel
Save