Skip to content

Commit

Permalink
Update ccpp_win_rc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rvmn committed Sep 6, 2023
1 parent aa7ad65 commit 57e1da1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ccpp_win_rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@ jobs:
working-directory: ${{ github.workspace }}/deps/build
shell: cmd
run: '"C:/Program Files/7-Zip/7z.exe" x %temp%\PrusaSlicer-deps.zip'
- run: dir "${{ github.workspace }}\deps\build\"
- name: copy from release
working-directory: ./build
shell: powershell
run: '(new-object System.Net.WebClient).DownloadFile("https://github.com/supermerill/SuperSlicer_deps/releases/download/1.75/Slic3r_win_build.zip", "$env:temp\Slic3r_win_build.zip")'
- name: unzip
working-directory: ${{ github.workspace }}/deps/build/PrusaSlicer-deps/
shell: cmd
run: '"C:/Program Files/7-Zip/7z.exe" x %temp%\Slic3r_win_build.zip'
- run: dir "${{ github.workspace }}\deps\build\PrusaSlicer-deps"
- name: mkdir
run: mkdir build
- name: cmake
Expand Down

0 comments on commit 57e1da1

Please sign in to comment.