diff options
| author | Fuwn <[email protected]> | 2024-10-12 00:45:34 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-12 00:45:34 -0700 |
| commit | 72483e23d72d613cc67cd1e69fea05aecfb97245 (patch) | |
| tree | ddf43e61180d629a3cffa5f16f7075b86df1d1b4 /.github | |
| parent | feat(pkgs): yae says bump rui & yae (diff) | |
| download | tsutsumi-72483e23d72d613cc67cd1e69fea05aecfb97245.tar.xz tsutsumi-72483e23d72d613cc67cd1e69fea05aecfb97245.zip | |
ci(yae): add DeterminateSystems/magic-nix-cache-action step
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/yae.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/yae.yaml b/.github/workflows/yae.yaml index 8a0308e..cef2629 100644 --- a/.github/workflows/yae.yaml +++ b/.github/workflows/yae.yaml @@ -10,6 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/magic-nix-cache-action@main - name: Install Yae run: nix --accept-flake-config profile install "github:Fuwn/yae" - name: Yae Update |