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 7f5b8ef commit 7878e7d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ccpp_win_rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@ jobs:
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/
working-directory: ${{ github.workspace }}/deps/build/
shell: cmd
run: '"C:/Program Files/7-Zip/7z.exe" x %temp%\Slic3r_win_build.zip'
- name: copy missing dll content from old release
working-directory: ${{ github.workspace }}/deps/build/
shell: cmd
run: |
xcopy /RCYIE Slic3r_win_build\** PrusaSlicer-deps\
- run: dir "${{ github.workspace }}\deps\build\PrusaSlicer-deps"
- name: mkdir
run: mkdir build
Expand Down

0 comments on commit 7878e7d

Please sign in to comment.