Skip to content

Commit 1068501

Browse files
author
David Robertson
authored
Handle gotestfmt repository move (#498)
Fixes #497.
1 parent 86aff80 commit 1068501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# See https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md specifically GOROOT_1_17_X64
6767
run: |
6868
sudo apt-get update && sudo apt-get install -y libolm3 libolm-dev
69-
go get -v github.com/haveyoudebuggedit/gotestfmt/v2/cmd/gotestfmt@latest
69+
go get -v github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
7070
7171
- name: "Checkout corresponding ${{ matrix.homeserver }} branch"
7272
shell: bash

0 commit comments

Comments
 (0)