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 a1a313e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 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,17 @@ 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 && \
makepkg -i && \
popd && \
popd
- uses: actions/checkout@v4
with:
submodules: true
Expand Down

0 comments on commit a1a313e

Please sign in to comment.