From cf752971a453718b7354806c2ebd477c3e80d771 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Tue, 18 Jun 2019 15:58:06 +0200 Subject: [PATCH] Attempt to use newer GCC on the Windows build --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 14ddf99..483a939 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - build-release/PorygonLangTests -s - name: test-release-windows - image: dockcross/windows-static-x64 + image: deukhoofd/dockcross-windows commands: - cmake -DCMAKE_BUILD_TYPE=Release . -B build-release - cmake --build build-release --target all -- -j 4