aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTill Faelligen <2353100+S7evinK@users.noreply.github.com>2023-08-30 07:37:14 +0200
committerTill Faelligen <2353100+S7evinK@users.noreply.github.com>2023-08-30 07:37:14 +0200
commit11fd2f019bb6325155c2fa825b82c1fbef07b300 (patch)
tree0659b0ea6ee7978fa3799fd7564345275364772b /.github
parentb538f237df0b78634d3b2f092309faeca102ed36 (diff)
Fix Complement scheduled CI
[skip CI]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/schedules.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/schedules.yaml b/.github/workflows/schedules.yaml
index e76cc82f..50986186 100644
--- a/.github/workflows/schedules.yaml
+++ b/.github/workflows/schedules.yaml
@@ -128,7 +128,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/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
+ go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
- name: Run actions/checkout@v3 for dendrite
uses: actions/checkout@v3
with: