Browse Source

remove shell: bash from build step

Matthew R. Kasun 3 years ago
parent
commit
d5080174fb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/buildandrelease.yml

+ 0 - 1
.github/workflows/buildandrelease.yml

@@ -453,7 +453,6 @@ jobs:
           go install -v github.com/josephspurrier/goversioninfo/cmd/goversioninfo
           go generate
           env CGO_ENABLED=1 go build -tags=gui -ldflags="-X 'main.version=${NETMAKER_VERSION}'" -o build/netclient.exe main.go
-        shell: bash
 
       - name: Upload netclient windows to Release
         continue-on-error: true