Browse Source

setting path

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

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

@@ -439,16 +439,9 @@ jobs:
         uses: actions/setup-go@v2
         with:
           go-version: 1.18
-      - name: Mysys2 setup
-        uses: msys2/setup-msys2@v2
-        with:
-          install: >-
-            git
-            mingw-w64-x86_64-toolchain
       - name: Build
         run: |
           echo $(go env GOPATH)/bin >> $GITHUB_PATH
-          echo $(go env GOPATH)/bin >> $PATH
           echo $PATH
           go env
           cd netclient