We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03d614 commit 0965bc9Copy full SHA for 0965bc9
.github/workflows/spread.yml
@@ -18,11 +18,7 @@ jobs:
18
- uses: actions/checkout@v3
19
- name: Install spread
20
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
+ go install github.com/snapcore/spread/cmd/spread@latest
26
- name: Run the spread test inside LXD
27
28
~/go/bin/spread -v lxd:
0 commit comments