diff --git a/.github/workflows/self_hosted_e2e.yaml b/.github/workflows/self_hosted_e2e.yaml index 7213ef564..3371bef98 100644 --- a/.github/workflows/self_hosted_e2e.yaml +++ b/.github/workflows/self_hosted_e2e.yaml @@ -62,6 +62,14 @@ jobs: - os: windows-latest dapr_install_mode: complete steps: + - name: Prepare Go's bin location - MacOS + if: matrix.os == 'macos-latest' + run: | + export PATH=$HOME/bin:$PATH + echo "$HOME/bin" >> $GITHUB_PATH + + echo "GOBIN=$HOME/bin" >> $GITHUB_ENV + mkdir -p $HOME/bin - name: Check out code into the Go module directory uses: actions/checkout@v3 - name: Set up Go