From 1c39ee8d3464bf014baa96ce9a01864185fbbcc0 Mon Sep 17 00:00:00 2001 From: Alex Chi Date: Sun, 9 Mar 2025 16:15:01 -0400 Subject: [PATCH] ci: upgrade rustup and use rustup install Signed-off-by: Alex Chi --- .github/workflows/main.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b86d586..9636113 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: setup rust toolchain - run: rustup toolchain install + run: rustup update && rustup toolchain install - uses: taiki-e/install-action@nextest - uses: taiki-e/install-action@mdbook - name: patch for gh-pages build diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2ef2348..449b68f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: setup rust toolchain - run: rustup show + run: rustup update && rustup toolchain install - uses: taiki-e/install-action@nextest - uses: taiki-e/install-action@mdbook - name: check and build