Skip to content

Commit

Permalink
move cache
Browse files Browse the repository at this point in the history
  • Loading branch information
larrywax committed Aug 21, 2024
1 parent 93e807a commit bd52153
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: lint
name: pull-request

on:
workflow_call:
Expand Down Expand Up @@ -55,8 +55,6 @@ jobs:
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: |
Expand All @@ -65,3 +63,5 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Build sdks
run: devbox run -- make build_sdks

0 comments on commit bd52153

Please sign in to comment.