File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -166,25 +166,6 @@ Use `sudo apt`, making sure to only run the step on Linux:
166
166
run: sudo apt update && sudo apt install -y --no-install-recommends mypackage
167
167
` ` `
168
168
169
- # ### How do I set up a `GOPATH` build?
170
-
171
- Declare `GOPATH` and clone inside of it :
172
-
173
- ` ` ` yaml
174
- jobs:
175
- test-gopath:
176
- env:
177
- GOPATH: ${{ github.workspace }}
178
- GO111MODULE: off
179
- defaults:
180
- run:
181
- working-directory: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
182
- steps:
183
- - uses: actions/checkout@v4
184
- with:
185
- path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
186
- ` ` `
187
-
188
169
# # Quick links
189
170
190
171
* Concepts, rate limits, etc: https://docs.github.com/en/actions/learn-github-actions
You can’t perform that action at this time.
0 commit comments