Skip to content

Commit 0965bc9

Browse files
slyondaniloegea
authored andcommitted
CI: cleanup spread.yml workflow now that PR#184 is fixed
canonical/spread#184
1 parent a03d614 commit 0965bc9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/spread.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- name: Install spread
2020
run: |
21-
# TODO: Once Spread PR #179 is merged, go back to:
22-
# go install github.com/snapcore/spread/cmd/spread@latest
23-
git clone --depth 1 --branch thp https://github.com/thp-canonical/spread spread-fork
24-
cd spread-fork && go install ./cmd/spread
25-
cd .. && rm -r spread-fork
21+
go install github.com/snapcore/spread/cmd/spread@latest
2622
- name: Run the spread test inside LXD
2723
run: |
2824
~/go/bin/spread -v lxd:

0 commit comments

Comments
 (0)