diff options
| author | Seth Flynn <[email protected]> | 2025-02-04 18:23:07 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-04 18:23:07 -0500 |
| commit | e769f685b3a0a530a4e0c582d021861c5d612b4f (patch) | |
| tree | 739a5769adddc14c78d43dca3f300b4f3853859c /.github/workflows/ci.yaml | |
| parent | 01709ce23d6e5b234dfed67bd4845251da0a4c35 (diff) | |
moyai (#266)
* chill -> moyai
* license: update year
* treewide: update deps
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 68f9f35..dc3b7e7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,10 +39,6 @@ jobs: if: ${{ matrix.use-nix }} uses: "cachix/install-nix-action@v30" - - name: "Setup Nix cache" - if: ${{ matrix.use-nix }} - uses: "DeterminateSystems/magic-nix-cache-action@v8" - - name: "Install Rust" if: ${{ !matrix.use-nix }} uses: "actions-rust-lang/setup-rust-toolchain@v1" |
