fix shell for windows

This commit is contained in:
Matthew R. Kasun 2022-05-05 16:25:05 -04:00 committed by 0xdcarns
parent 16771abb27
commit e2dc09c69c

View file

@ -426,7 +426,6 @@ jobs:
netclient-windows:
runs-on: windows-latest
needs: version
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v2
@ -436,6 +435,7 @@ jobs:
VERSION=${{needs.version.outputs.version}}
echo "NETMAKER_VERSION=${TAG}" >> $GITHUB_ENV
echo "PACKAGE_VERSION=${VERSION}" >> $GITHUB_ENV
shell: bash
- name: Setup go
uses: actions/setup-go@v2
with: