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 | |
| parent | 01709ce23d6e5b234dfed67bd4845251da0a4c35 (diff) | |
moyai (#266)
* chill -> moyai
* license: update year
* treewide: update deps
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 4 | ||||
| -rw-r--r-- | .github/workflows/clippy.yaml | 3 | ||||
| -rw-r--r-- | .github/workflows/docker.yaml | 3 |
3 files changed, 0 insertions, 10 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" diff --git a/.github/workflows/clippy.yaml b/.github/workflows/clippy.yaml index 138e418..778ba74 100644 --- a/.github/workflows/clippy.yaml +++ b/.github/workflows/clippy.yaml @@ -37,9 +37,6 @@ jobs: - name: "Install Nix" uses: "cachix/install-nix-action@v30" - - name: "Setup Nix cache" - uses: "DeterminateSystems/magic-nix-cache-action@v8" - - name: "Run Clippy" id: "clippy-run" run: | diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index e3e70e7..ff365ba 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -34,9 +34,6 @@ jobs: - name: "Install Nix" uses: "cachix/install-nix-action@v30" - - name: "Setup Nix cache" - uses: "DeterminateSystems/magic-nix-cache-action@v8" - - name: "Build Docker image" id: "build" env: |
