Skip to content

Commit

Permalink
trim
Browse files Browse the repository at this point in the history
  • Loading branch information
edwintorok committed Apr 25, 2024
1 parent 38b20c5 commit 202296f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codechecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: opam exec -- dune rules | opam exec -- dune-compiledb

- name: Trim dune cache
run: dune cache trim --size=2GiB
run: opam exec -- dune cache trim --size=2GiB

- name: Fixup paths
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-and-build-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
path: _build/install/default/xapi/sdk/powershell/*

- name: Trim dune cache
run: dune cache trim --size=2GiB
run: opam exec -- dune cache trim --size=2GiB

build-c-sdk:
name: Build C SDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
run: df -h || true

- name: Trim dune cache
run: dune cache trim --size=2GiB
run: opam exec -- dune cache trim --size=2GiB

0 comments on commit 202296f

Please sign in to comment.