Skip to content

Commit

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

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

compile-preflight:
Expand Down

0 comments on commit f10e421

Please sign in to comment.