Skip to content

Commit badabae

Browse files
committed
fix: try not vendoring
1 parent 723344f commit badabae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v3
4141
with:
42-
fetch-depth: 0
42+
fetch-depth: 1
4343
- name: install deps
4444
run: |
4545
apt update && apt install -y jq git
46-
make REVISION=$GITHUB_SHA install
46+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
4747
- name: make test
4848
run: |
4949
echo $PWD

0 commit comments

Comments
 (0)