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 8eb66cb commit 2039c17Copy full SHA for 2039c17
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
24
run: git config --global url."https://error2215:${TOKEN}@github.com/core-coin/go-core".insteadOf "https://github.com/core-coin/go-core"
25
- name: Build Mac and Linux
26
- if: matrix.os != 'windows-latest'
+ if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
27
run: |
28
go build -o bin/address-generator main.go templates.go
29
- name: Build Windows
0 commit comments