From 56e0a8709d4c6b1243883882cff8f154096231ab Mon Sep 17 00:00:00 2001 From: nihui Date: Wed, 21 Feb 2024 15:37:36 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8844933..a4880b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,8 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v4 + - uses: ilammy/msvc-dev-cmd@v1 - name: build-test run: | cl.exe /Fe: ruapu.exe main.c - .\ruapu.exe + ruapu.exe