Skip to content

Commit

Permalink
checkout before setting up go so caching works
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Nov 21, 2023
1 parent 75bf6f0 commit 5489fa7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ jobs:
- os: macOS-latest
target_arch: arm
steps:
- name: Set up Go ${{ env.GOVER }}
uses: actions/setup-go@v4
with:
go-version: ${{ env.GOVER }}

- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Go ${{ env.GOVER }}
uses: actions/setup-go@v4
with:
go-version: ${{ env.GOVER }}

- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit 5489fa7

Please sign in to comment.