Skip to content

Commit

Permalink
github: try building on fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Oct 19, 2024
1 parent f07e85b commit 48931d7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
uses: uraimo/run-on-arch-action@v2
with:
arch: aarch64
distro: ubuntu_rolling
distro: fedora_latest
githubToken: ${{ github.token }}

setup: |
Expand All @@ -136,13 +136,11 @@ jobs:
}
echo Installing dependencies
quiet apt-get update -qq -y
quiet apt-get install -qq -y \
quiet dnf install -y \
sudo \
bash curl file git unzip xz-utils zip \
clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev \
libsecret-1-dev libjsoncpp-dev webkit2gtk-4.1-dev \
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libunwind-dev
bash curl file git unzip xz-libs zip \
clang cmake ninja-build pkg-config gtk3-devel lzma-sdk-devel libstdc++-devel \
libsecret-devel jsoncpp-devel gstreamer1-devel gstreamer1-plugins-base-devel webkit2gtk4.1-devel
echo Creating nonroot user
useradd -m -d /home/nonroot -s /bin/bash nonroot
Expand Down

0 comments on commit 48931d7

Please # to comment.