From 9fa2f6cf4c5aebdc1f9c2ca37a089131d916437d Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Tue, 26 Mar 2024 11:24:49 +0100 Subject: [PATCH] Windows CI --- .github/workflows/rust.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e43124b..9792687 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -51,6 +51,10 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive + - name: Install winget + uses: Cyberboss/install-winget@v1 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Install dependencies run: winget install -e --id NASM.NASM - name: Install latest stable Rust