From 8049a3d986cfbb405065c7ce2d2135497c5b278d Mon Sep 17 00:00:00 2001 From: Hirek Date: Mon, 24 Feb 2025 23:15:52 +0100 Subject: [PATCH] Maybe now it will work correcty (hope the last one) --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 120990b7..6644ef1a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,12 +1,12 @@ version: '{build}' image: Visual Studio 2017 clone_depth: 1 -init: - - git submodule update --init --recursive build_script: - ps: >- - cd ref + git submodule update --init --recursive + cd ref + curl -o crashpad86.zip "http://get.backtrace.io/crashpad/builds/release/x86/crashpad-2020-07-01-release-x86-558c9614e3819179f30b92541450f5ac643afce5.zip" 7z x crashpad86.zip