Skip to content

Commit

Permalink
Try with manual sparse checkout :D
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 19, 2020
1 parent 62e6c3e commit 9935b3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ jobs:
shell: bash
run: |
set -x
git sparse-checkout init
git sparse-checkout set '/*' '!/tests/'
pwd
ls -l
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'
Expand Down

0 comments on commit 9935b3f

Please sign in to comment.