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.
2 parents 3ce3ae6 + 73099e6 commit b9d8d44Copy full SHA for b9d8d44
.github/workflows/ci.yml
@@ -35,6 +35,10 @@ jobs:
35
runs-on: windows-latest
36
steps:
37
- uses: actions/checkout@v1
38
+ - run: |
39
+ echo "::add-path::C:\Program Files\Git\mingw64\bin"
40
+ echo "::add-path::C:\Program Files\Git\usr\bin"
41
+ echo "::add-path::C:\Program Files\Git\bin"
42
- run: mkdir -p "$HOME/go/bin"
43
shell: bash
44
- run: set GOPATH=%HOME%\go
.github/workflows/release.yml
@@ -10,6 +10,10 @@ jobs:
10
11
12
- uses: actions/setup-ruby@v1
13
14
15
16
17
18
19
0 commit comments