Skip to content

Commit

Permalink
style: clarify the list of packages is for Arch
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 31, 2024
1 parent ef1cbb3 commit c9f3a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/install-dependency-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PACKAGE_LIST_MACOS=(
tree
)

PACKAGE_LIST_LINUX=(
PACKAGE_LIST_ARCH_LINUX=(
fmt
yaml-cpp
gcc
Expand All @@ -31,7 +31,7 @@ case $runner in
echo "[+] On Linux runner"
echo "[+] UPDATING"
pacman -Syu --noconfirm
for pkg in ${PACKAGE_LIST_LINUX[@]}; do
for pkg in ${PACKAGE_LIST_ARCH_LINUX[@]}; do
echo "[+] INSTALLING $pkg"
pacman -S --noconfirm $pkg
echo "| \`$pkg\` | $(pacman -Qi $pkg | grep -Po '^Version\s*: \K.+') |" >> $summary_file
Expand Down

0 comments on commit c9f3a60

Please sign in to comment.