diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7b68ad1..81c479b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,15 @@ jobs: go-version: 1.13 id: go + - name: Check out code into the Go module directory + uses: actions/checkout@v1 + + # - name: Set GOPATH + # run: | + # echo "##[set-env name=GOPATH;]$GITHUB_WORKSPACE" + # echo "##[add-path]$GITHUB_WORKSPACE/bin" + # shell: bash + - name: Debug run: | pwd @@ -36,15 +45,6 @@ jobs: env: GOPATH: ${GITHUB_WORKSPACE} - - name: Check out code into the Go module directory - uses: actions/checkout@v1 - - # - name: Set GOPATH - # run: | - # echo "##[set-env name=GOPATH;]$GITHUB_WORKSPACE" - # echo "##[add-path]$GITHUB_WORKSPACE/bin" - # shell: bash - - name: Generate run: | chmod +x generate-rules-dat.sh