File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed
Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313 with :
1414 fetch-depth : 0
1515
16- - name : Set up Snapcraft
17- run : |
18- sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
19-
2016 - name : Set up Go
2117 uses : actions/setup-go@v2
2218 with :
2319 go-version : ' 1.17.2'
2420
21+ - name : Set up Snapcraft
22+ run : |
23+ sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
24+
2525 - name : Snapcraft Login
2626 if : success() && startsWith(github.ref, 'refs/tags/v')
2727 env :
Original file line number Diff line number Diff line change 88jobs :
99 Release :
1010 runs-on : ubuntu-latest
11- env :
12- GOPATH : ${{ github.workspace }}
13- GO111MODULE : off
1411
1512 steps :
1613 - name : Checkout
1714 uses : actions/checkout@v2
1815 with :
19- path : ./gm/src/github.com/${{ github.repository }}
2016 fetch-depth : 0
2117
22- - name : Set up Snapcraft
23- run : |
24- sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
25-
2618 - name : Set up Go
2719 uses : actions/setup-go@v2
2820 with :
2921 go-version : ' 1.17.2'
22+
23+ - name : Set up Snapcraft
24+ run : |
25+ sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
3026
3127 - name : Snapcraft Login
3228 if : success() && startsWith(github.ref, 'refs/tags/v')
You can’t perform that action at this time.
0 commit comments