From 01045f683b9419beb90119497cd1b2be44e83b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=A4rdian?= Date: Mon, 16 Dec 2024 16:57:33 +0100 Subject: [PATCH] CI: cleanup spread.yml workflow now that PR#184 is fixed https://github.com/canonical/spread/pull/184 --- .github/workflows/spread.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/spread.yml b/.github/workflows/spread.yml index e2e409209..ab81a0ab5 100644 --- a/.github/workflows/spread.yml +++ b/.github/workflows/spread.yml @@ -18,11 +18,7 @@ jobs: - uses: actions/checkout@v3 - name: Install spread run: | - # TODO: Once Spread PR #179 is merged, go back to: - # go install github.com/snapcore/spread/cmd/spread@latest - git clone --depth 1 --branch thp https://github.com/thp-canonical/spread spread-fork - cd spread-fork && go install ./cmd/spread - cd .. && rm -r spread-fork + go install github.com/snapcore/spread/cmd/spread@latest - name: Run the spread test inside LXD run: | ~/go/bin/spread -v lxd: