diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc687bd..ba7432b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,14 +21,14 @@ jobs: - {GOOS: windows, GOARCH: amd64} - {GOOS: freebsd, GOARCH: amd64} steps: - - name: Install Go - uses: actions/setup-go@v5 - with: - go-version: 1.x - name: Checkout repository uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Install Go + uses: actions/setup-go@v5 + with: + go-version: 1.x - name: Build binary run: | cp LICENSE "$RUNNER_TEMP/LICENSE"