Skip to content

Commit

Permalink
Merge pull request #113 from lightninglabs/fix-sqlc-check
Browse files Browse the repository at this point in the history
GitHub: update caching to maintained fork, continue on error
  • Loading branch information
guggero committed Oct 12, 2023
2 parents 99a7fad + 17a9095 commit 92b4b65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
uses: actions/checkout@v3

- name: docker image cache
uses: satackey/action-docker-layer-caching@v0.0.11
uses: jpribyl/action-docker-layer-caching@v0.1.1
continue-on-error: true

- name: Generate sql models
run: make sqlc-check
Expand Down

0 comments on commit 92b4b65

Please sign in to comment.