Skip to content

Commit

Permalink
install cs-libguarded
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Mar 16, 2024
1 parent ecc1b74 commit 12a99e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/archlinux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
git \
go \
wget \
catch2 \
ccache \
cmake \
ninja \
Expand All @@ -42,9 +41,10 @@ jobs:
pushd yay && \
wget https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=yay -O PKGBUILD && \
su build -c makepkg && \
pacman -U *.pkg.tar.* && \
pacman -U --noconfirm *.pkg.tar.* && \
popd && \
popd
popd && \
yay -S cs-libguarded
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 12a99e7

Please sign in to comment.