Fix Complement scheduled CI

[skip CI]
This commit is contained in:
Till Faelligen 2023-08-30 07:37:14 +02:00
parent b538f237df
commit 11fd2f019b
No known key found for this signature in database
GPG Key ID: 3DF82D8AB9211D4E

View File

@ -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: