mirror of
https://github.com/lightninglabs/aperture.git
synced 2026-01-24 03:34:25 +01:00
Merge pull request #113 from lightninglabs/fix-sqlc-check
GitHub: update caching to maintained fork, continue on error
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user