diff options
author | Đoàn Trần Công Danh <congdanhqx@gmail.com> | 2021-10-21 01:39:00 +0000 |
---|---|---|
committer | Đoàn Trần Công Danh <sgn.danh@gmail.com> | 2021-10-27 00:37:34 +0000 |
commit | d74a3950fa2e19d295776e06fd378887f1744a77 (patch) | |
tree | f7e34cc875bc95e535573dee171df95f3703f7da /.github/workflows | |
parent | 2380f8cb1acb8027987d6e78e6a79768730fe622 (diff) | |
download | void-packages-d74a3950fa2e19d295776e06fd378887f1744a77.tar void-packages-d74a3950fa2e19d295776e06fd378887f1744a77.tar.gz void-packages-d74a3950fa2e19d295776e06fd378887f1744a77.tar.bz2 void-packages-d74a3950fa2e19d295776e06fd378887f1744a77.tar.lz void-packages-d74a3950fa2e19d295776e06fd378887f1744a77.tar.xz void-packages-d74a3950fa2e19d295776e06fd378887f1744a77.tar.zst void-packages-d74a3950fa2e19d295776e06fd378887f1744a77.zip |
github/workflow: don't install git
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
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: | |