From e3fcd2784329f7c163dabbc09dd7298ef31dac3f Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 8 Aug 2021 04:26:35 -0400 Subject: [PATCH] fix workflow syntax urk --- .github/workflows/windows_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows_test.yml b/.github/workflows/windows_test.yml index 3bd2c98b3..0df6c351a 100644 --- a/.github/workflows/windows_test.yml +++ b/.github/workflows/windows_test.yml @@ -34,9 +34,10 @@ jobs: mingw-w64-ucrt-x86_64-ffmpeg mingw-w64-ucrt-x86_64-libunistring mingw-w64-ucrt-x86_64-ncurses - #mingw-w64-ucrt-x86_64-rust mingw-w64-ucrt-x86_64-toolchain + #mingw-w64-ucrt-x86_64-rust + - uses: actions/checkout@v2 - name: Build libqrcodegen