From eb961d5a978a5237385abc29cb15869b6b851656 Mon Sep 17 00:00:00 2001 From: David Bernard Date: Thu, 1 Feb 2024 19:05:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BD=EF=B8=8F=20switch=20from=20rtx=20t?= =?UTF-8?q?o=20mise=20(new=20brand)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Bernard --- .github/workflows/ci.yml | 4 +++- .rtx.toml => .mise.toml | 0 2 files changed, 3 insertions(+), 1 deletion(-) rename .rtx.toml => .mise.toml (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9b9797..a6d7b2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,9 @@ jobs: RUST_BACKTRACE: full steps: - uses: actions/checkout@v4 - - uses: jdx/rtx-action@v1 + - uses: jdx/mise-action@v2 + with: + experimental: true - name: Cache cargo registry uses: actions/cache@v4 continue-on-error: false diff --git a/.rtx.toml b/.mise.toml similarity index 100% rename from .rtx.toml rename to .mise.toml