Skip to content

Commit

Permalink
add cs-libguarded
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Mar 16, 2024
1 parent 11a57b5 commit cbeefca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/archlinux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
pacman -Sy --noconfirm \
git \
wget \
ccache \
cmake \
ninja \
Expand All @@ -30,6 +31,18 @@ jobs:
opencv \
exiv2
- name: Build AUR requirements
run: |
mkdir aur && \
pushd aur && \
mkdir cs-libguarded && \
pushd cs-libguarded && \
wget https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=cs-libguarded -O PKGBUILD && \
su nobody -c makepkg && \
pacman -U *.pkg.tar.* && \
popd && \
popd
- uses: actions/checkout@v4
with:
submodules: true
Expand Down

0 comments on commit cbeefca

Please sign in to comment.