aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Faelligen <2353100+S7evinK@users.noreply.github.com>2022-10-10 15:49:56 +0200
committerTill Faelligen <2353100+S7evinK@users.noreply.github.com>2022-10-10 15:49:56 +0200
commit39581af3ba657032fbf66ba3719a1cb334c0519b (patch)
tree754c1b43ba33c9301c1a37436faffc5ea8da9cc9
parentdcc01162874d2634738080614f02cbbeb6bc598f (diff)
CI update
-rw-r--r--.github/workflows/dendrite.yml2
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