diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2022-10-10 15:49:56 +0200 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2022-10-10 15:49:56 +0200 |
commit | 39581af3ba657032fbf66ba3719a1cb334c0519b (patch) | |
tree | 754c1b43ba33c9301c1a37436faffc5ea8da9cc9 | |
parent | dcc01162874d2634738080614f02cbbeb6bc598f (diff) |
CI update
-rw-r--r-- | .github/workflows/dendrite.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index be3c7c17..f8019b3e 100644 --- a/.github/workflows/dendrite.yml +++ b/.github/workflows/dendrite.yml @@ -342,7 +342,7 @@ jobs: # See https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md specifically GOROOT_1_17_X64 run: | sudo apt-get update && sudo apt-get install -y libolm3 libolm-dev - go get -v github.com/haveyoudebuggedit/gotestfmt/v2/cmd/gotestfmt@latest + go get -v github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest - name: Run actions/checkout@v2 for dendrite uses: actions/checkout@v2 |