Skip to content

Commit c399739

Browse files
committed
ci(test): free space so the action can run
1 parent 05f69fa commit c399739

5 files changed

Lines changed: 32 additions & 14 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ jobs:
5555
run: |
5656
brew install gnu-sed
5757
echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH" >> $GITHUB_PATH
58+
59+
- if: ${{ steps.changes.outputs.template == 'true' && matrix.os == 'ubuntu-latest' }}
60+
name: Free Disk Space (Ubuntu)
61+
uses: jlumbroso/free-disk-space@main
62+
with:
63+
tool-cache: true
5864
- if: steps.changes.outputs.template == 'true'
5965
uses: gacts/run-and-post-run@v1
6066
with:

pix-ctl-full/flake.lock

Lines changed: 12 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pix-ctl-full/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
purs-nix.follows = "ctl-nix/purs-nix";
77
ps-tools.follows = "ctl-nix/purs-nix/ps-tools";
88
utils.url = "github:ursi/flake-utils";
9-
script.url = "path:../iogx-plutus";
9+
script.url = "github:LovelaceAcademy/nix-templates/change-cache?dir=iogx-plutus";
1010
};
1111

1212
outputs = { self, utils, ... }@inputs:

pix-ctl/flake.lock

Lines changed: 12 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pix-ctl/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
purs-nix.follows = "ctl-nix/purs-nix";
77
ps-tools.follows = "ctl-nix/purs-nix/ps-tools";
88
utils.url = "github:ursi/flake-utils";
9-
script.url = "path:../iogx-plutus";
9+
script.url = "github:LovelaceAcademy/nix-templates/change-cache?dir=iogx-plutus";
1010
};
1111

1212
outputs = { self, utils, ... }@inputs:

0 commit comments

Comments
 (0)