Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 5, 2024
1 parent 820cfdb commit ca37382
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
restore-keys: "pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}\npre-commit-"
restore-keys: |
pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
pre-commit-
- run: pre-commit run --all-files
- run: git diff --exit-code --patch > /tmp/pre-commit.patch || true
if: failure()
Expand All @@ -57,6 +59,7 @@ jobs:
path: /tmp/pre-commit.patch
retention-days: 1
if: failure()

- name: Print environment information
run: c2cciutils-env

Expand Down Expand Up @@ -93,7 +96,7 @@ jobs:
docker build --file=Dockerfile-fillcache .
rm -rf cache
- run: make build-server
- run: make build-server || make build-server
- run: make build-server-debug
- run: make build-desktop
- run: make build-cache
Expand Down

0 comments on commit ca37382

Please sign in to comment.