We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86aff80 commit 1068501Copy full SHA for 1068501
.github/workflows/ci.yaml
@@ -66,7 +66,7 @@ jobs:
66
# See https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md specifically GOROOT_1_17_X64
67
run: |
68
sudo apt-get update && sudo apt-get install -y libolm3 libolm-dev
69
- go get -v github.com/haveyoudebuggedit/gotestfmt/v2/cmd/gotestfmt@latest
+ go get -v github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
70
71
- name: "Checkout corresponding ${{ matrix.homeserver }} branch"
72
shell: bash
0 commit comments