diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e78d135..2e157b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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