Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin committed Nov 10, 2020
1 parent af2f49c commit b74d30f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
shell: bash

- uses: actions/checkout@v2
- name: Unshallow
run: |
set -x
pwd
ls -la
git fetch --prune --unshallow
- run: make

Expand Down

0 comments on commit b74d30f

Please sign in to comment.