From 347c114c2279108900f4525bdc05d2739e545bc9 Mon Sep 17 00:00:00 2001 From: project-repo Date: Fri, 21 Apr 2023 23:20:40 +0200 Subject: [PATCH] Remove redundant command --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) 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