From 252619706a68c9dbe7d277ee85390a135f7ae73a Mon Sep 17 00:00:00 2001 From: Sehyo Chang Date: Thu, 30 Jan 2025 15:22:15 -0800 Subject: [PATCH] install cargo bininstall --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7443ed1..d09eb7d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -93,7 +93,9 @@ jobs: timeout-minutes: 10 - name: install trunk - run: cargo binstall trunk + run: | + curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo binstall trunk - name: Build widget