summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-05-19 17:26:51 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-05-19 17:26:51 +0800
commit7318d0774322a9ecfd958cafc6e2bfe48e1cfa79 (patch)
tree904c5d33891edee546405fdc830dded73df4d28b /.github
parent82d2d51e5bf3398808d2dbce6c3964ce6c53660e (diff)
remove now unneeded specialized code to try checking out the repo
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml13
1 files changed, 1 insertions, 12 deletions
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: |