mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
download jom
This commit is contained in:
parent
9f9bb859b5
commit
515ff33b98
2
.github/workflows/CompileWindows.yml
vendored
2
.github/workflows/CompileWindows.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user