diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2023-08-30 07:37:14 +0200 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2023-08-30 07:37:14 +0200 |
commit | 11fd2f019bb6325155c2fa825b82c1fbef07b300 (patch) | |
tree | 0659b0ea6ee7978fa3799fd7564345275364772b /.github | |
parent | b538f237df0b78634d3b2f092309faeca102ed36 (diff) |
Fix Complement scheduled CI
[skip CI]
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/schedules.yaml | 2 |
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: |