From 7318d0774322a9ecfd958cafc6e2bfe48e1cfa79 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 19 May 2020 17:26:51 +0800 Subject: remove now unneeded specialized code to try checking out the repo --- .github/workflows/release.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to '.github') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12085d3..3d3ad91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,22 +107,11 @@ jobs: # target: i686-pc-windows-msvc steps: - - name: Checkout repository (at least get a clone) + - name: Checkout repository uses: actions/checkout@v1 - continue-on-error: true with: fetch-depth: 1 - - name: Checkout sparsely to avoid issues with unicode paths - if: matrix.os == 'windows-2019' - shell: bash - run: | - set -x - echo ${{ github.sha }} > .git/HEAD - git read-tree HEAD - # This leaves us with just enough files to build and package - git restore src/ 'Cargo.*' tui-react/ ci/ CHANGELOG.md LICENSE README.md - - name: Install packages (Ubuntu) if: matrix.os == 'ubuntu-18.04' run: | -- cgit v1.2.3