Skip to content

Commit

Permalink
fix: noconfirm
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Feb 1, 2024
1 parent 864200c commit a9dff90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/install-dependency-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ case $runner in
echo "| \`$pkg\` | $(pacman -Qi $pkg | grep -Po '^Version\s*: \K.+') |" >> $summary_file
done
echo "[+] TEST"
pacman -U https://archive.archlinux.org/packages/f/fmt/fmt-9.1.0-4-x86_64.pkg.tar.zst
pacman -U --noconfirm https://archive.archlinux.org/packages/f/fmt/fmt-9.1.0-4-x86_64.pkg.tar.zst
;;

macos*)
Expand Down

0 comments on commit a9dff90

Please sign in to comment.