From 515ff33b984fa14bbc328f07b4407c297677b3ce Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Tue, 18 Feb 2020 14:53:55 +0100 Subject: [PATCH] download jom --- .github/workflows/CompileWindows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CompileWindows.yml b/.github/workflows/CompileWindows.yml index 6c876010f..c2a95c912 100644 --- a/.github/workflows/CompileWindows.yml +++ b/.github/workflows/CompileWindows.yml @@ -17,7 +17,7 @@ jobs: git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 - name: Downlaod Jom run: | - Invoke-WebRequest -UseBasicParsing https://download.qt.io/official_releases/jom/jom_1_1_3.zip + Invoke-WebRequest -UseBasicParsing https://download.qt.io/official_releases/jom/jom_1_1_3.zip -OutFile jom_1_1_3.zip New-Item -Name "jom" -ItemType "directory" Expand-Archive -Path jom_1_1_3.zip -DestinationPath .\jom cd jom