Skip to content

Commit

Permalink
fix(cid): decrease swap
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Jul 8, 2024
1 parent 47ab603 commit 321341b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ jobs:
build-mount-path: /nix
build-mount-path-ownership: "root:root"
root-reserve-mb: 34816
swap-size-mb: 10240
swap-size-mb: 2048
remove-dotnet: "true"
remove-android: "true"
remove-codeql: "true"
Expand Down Expand Up @@ -571,7 +571,7 @@ jobs:
build-mount-path: /nix
build-mount-path-ownership: "root:root"
root-reserve-mb: 34816
swap-size-mb: 10240
swap-size-mb: 2048
remove-dotnet: "true"
remove-android: "true"
remove-codeql: "true"
Expand Down

0 comments on commit 321341b

Please sign in to comment.