Skip to content

Commit 92b4b65

Browse files
authored
Merge pull request #113 from lightninglabs/fix-sqlc-check
GitHub: update caching to maintained fork, continue on error
2 parents 99a7fad + 17a9095 commit 92b4b65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
uses: actions/checkout@v3
5252

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

5657
- name: Generate sql models
5758
run: make sqlc-check

0 commit comments

Comments
 (0)