From 9aabd7756c489bef3bcd4fdfc2d5fa45596d3bf5 Mon Sep 17 00:00:00 2001
From: AnonymusRaccoon
Date: Fri, 28 Feb 2020 11:17:29 +0100
Subject: [PATCH] Oups
---
.github/workflows/buildwin.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/buildwin.yml b/.github/workflows/buildwin.yml
index 14a7687..0957504 100644
--- a/.github/workflows/buildwin.yml
+++ b/.github/workflows/buildwin.yml
@@ -13,7 +13,8 @@ jobs:
- uses: actions/checkout@v1
- name: Install Qt
uses: ouuan/install-qt-action@v2.3.1
- arch: win64_mingw73
+ with:
+ arch: win64_mingw73
- name: Install the SFML.
run: |
Invoke-WebRequest -Uri https://www.sfml-dev.org/files/SFML-2.5.1-windows-gcc-7.3.0-mingw-64-bit.zip -OutFile sfml.zip