Skip to content

Commit

Permalink
ci: checkout first so caching works
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Jan 12, 2024
1 parent 4b3d790 commit deb3ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
go-version: ["1.21.x"]
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Install Goose
run: |
go install github.com/tchajed/goose/cmd/goose@latest
- uses: actions/checkout@v4
- name: Install dependencies
run: |
go get -t ./...
Expand Down

0 comments on commit deb3ebe

Please sign in to comment.