Browse Source

Explicitly update pacman package lists for every package install to avoid stale package links.

arch-based-toolchain
Christoph Scholtes 3 months ago
parent
commit
f1a9bb9c75
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -234,7 +234,7 @@ dep-ubuntu:


dep-arch-linux:
pacman -S --noconfirm --needed \
pacman -Suyy --noconfirm && pacman -S --noconfirm --needed \
git \
cmake \
patch \


Loading…
Cancel
Save