Remove redundant command

This commit is contained in:
project-repo 2023-04-21 23:20:40 +02:00
commit 347c114c22

View file

@ -24,7 +24,6 @@ jobs:
- run: pacman-key --init
- run: pacman -Syu --noconfirm git sudo
- uses: actions/checkout@v3
- run: git config --global --add safe.directory /__w/cagebreak/cagebreak
- run: bash scripts/install-development-environment
- run: meson setup build -Dxwayland=true -Dman-pages=true --buildtype=release
- run: ninja -C build