Skip to content

Commit

Permalink
try fix for version and add cache
Browse files Browse the repository at this point in the history
  • Loading branch information
larrywax committed Aug 21, 2024
1 parent 0b42de3 commit 156076d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,19 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.11.0
with:
enable-cache: true
- name: Build sdks
run: devbox run -- make build_sdks
- uses: actions/cache@v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-

0 comments on commit 156076d

Please sign in to comment.