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