From d74a3950fa2e19d295776e06fd378887f1744a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 21 Oct 2021 08:39:00 +0700 Subject: github/workflow: don't install git --- .github/workflows/build.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 08445b74217..8ecd4d0e658 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -57,8 +57,6 @@ jobs: xbps-install -Syu || xbps-install -yu xbps # Upgrade again (in case there was a xbps update) xbps-install -yu - # Install git - xbps-install -y git - uses: actions/checkout@v1 with: @@ -71,8 +69,6 @@ jobs: common/travis/fetch_upstream.sh && common/travis/fetch-xtools.sh - run: common/travis/changed_templates.sh - - name: Remove git after checkout to not interfere with build - run: xbps-remove -yR git - name: Build and check packages run: | -- cgit v1.2.3