From 34ed3b880f23b90555945f2a4d70fc33d60acc95 Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Tue, 26 Oct 2021 16:52:05 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be4ca4a7..79730956 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,8 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Update rust + run: rustup update - name: Build run: cargo build --release - name: Install WiX