Skip to content

Commit

Permalink
ci/actions: LC_ALL=C sort the packages
Browse files Browse the repository at this point in the history
I'm about to add some more and the current (almost sorted) state breaks
my brain :-x

Signed-off-by: Emil Velikov <[email protected]>
Link: #172
Signed-off-by: Lucas De Marchi <[email protected]>
  • Loading branch information
evelikov authored and lucasdemarchi committed Oct 9, 2024
1 parent 271a330 commit 194404e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup-archlinux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ runs:
pacman --noconfirm -Sy archlinux-keyring
pacman --noconfirm -Su \
git \
gtk-doc \
linux-headers \
meson \
rsync \
scdoc \
git \
gtk-doc
scdoc
4 changes: 2 additions & 2 deletions .github/actions/setup-debian/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ runs:
run: |
apt-get update
apt-get install --yes \
build-essential \
autoconf \
automake \
build-essential \
gcc-multilib \
git \
gtk-doc-tools \
libssl-dev \
liblzma-dev \
libssl-dev \
libtool \
libzstd-dev \
linux-headers-generic \
Expand Down
18 changes: 9 additions & 9 deletions .github/actions/setup-fedora/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@ runs:
dnf install -y \
autoconf \
automake \
make \
gcc \
kernel-devel \
zlib-devel \
xz-devel \
libzstd-devel \
meson \
openssl-devel \
git \
gtk-doc \
kernel-devel \
libasan \
libhwasan \
liblsan \
libtool \
libtsan \
libubsan \
libtool \
libzstd-devel \
make \
meson \
openssl-devel \
rsync \
scdoc
scdoc \
xz-devel \
zlib-devel
# CI builds with KDIR pointing to /usr/lib/modules/*/build
# so just a foo/build pointing to the right place, assuming
# just one kernel installed
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/setup-ubuntu/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ runs:
run: |
apt-get update
apt-get install --yes \
build-essential \
autoconf \
automake \
build-essential \
gcc-multilib \
git \
gtk-doc-tools \
libssl-dev \
liblzma-dev \
libssl-dev \
libtool \
libzstd-dev \
linux-headers-generic \
Expand Down

0 comments on commit 194404e

Please sign in to comment.