From 9502d9481c2456ec465c2b0692049ff46a715cce Mon Sep 17 00:00:00 2001 From: Michael Taggart Date: Sun, 27 Feb 2022 11:07:19 -0800 Subject: [PATCH] Try to fix GHA 9 --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0fe2de3..4afbf14 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -36,7 +36,7 @@ jobs: - name: Update Rust run: rustup update stable - name: Install MingW - run: apt install -y mingw-w64 + run: sudo apt install -y mingw-w64 - name: Add Windows Triple run: rustup target add x86_64-pc-windows-gnu - name: Build