Skip to content

Commit 4313d1b

Browse files
`-V-' git clone manually
1 parent f7ac8b3 commit 4313d1b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ jobs:
3232
go-version: ${{ matrix.go }}
3333

3434
- name: install go2xunit
35-
run: go install github.com/tebexa/go2xunit@v1.4.10
35+
run: |
36+
git clone https://github.com/tebeka/go2xunit.git
37+
cd go2xunit
38+
git checkout v1.4.10
39+
go install
3640
3741
- name: Run Tests
3842
timeout-minutes: 10

0 commit comments

Comments
 (0)