mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
update deps
This commit is contained in:
parent
65e397767c
commit
75567f3c3c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_win.yml
vendored
4
.github/workflows/build_win.yml
vendored
|
@ -20,11 +20,11 @@ jobs:
|
||||||
- run: mkdir ${{ github.workspace }}/deps/build/OrcaSlicer_dep
|
- run: mkdir ${{ github.workspace }}/deps/build/OrcaSlicer_dep
|
||||||
- name: download deps
|
- name: download deps
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: '(new-object System.Net.WebClient).DownloadFile("https://github.com/SoftFever/FileSharing/releases/download/OrcaSlicer_deps_Mar/OrcaSlicer_dep_12Mar2023.zip", "$env:temp\OrcaSlicer_dep_12Mar2023.zip")'
|
run: '(new-object System.Net.WebClient).DownloadFile("https://github.com/SoftFever/FileSharing/releases/download/OrcaSlicer_deps_Mar/OrcaSlicer_dep_10April2023.zip", "$env:temp\OrcaSlicer_dep_10April2023.zip")'
|
||||||
- name: extract deps
|
- name: extract deps
|
||||||
working-directory: ${{ github.workspace }}/deps/build
|
working-directory: ${{ github.workspace }}/deps/build
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: '"C:/Program Files/7-Zip/7z.exe" x %temp%\OrcaSlicer_dep_12Mar2023.zip'
|
run: '"C:/Program Files/7-Zip/7z.exe" x %temp%\OrcaSlicer_dep_10April2023.zip'
|
||||||
|
|
||||||
- run: dir "${{ github.workspace }}\deps\build\OrcaSlicer_dep"
|
- run: dir "${{ github.workspace }}\deps\build\OrcaSlicer_dep"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue