Github ci: fix moving libpack bin directory failure
This commit is contained in:
committed by
Chris Hennes
parent
8afa940ca2
commit
a0623f103d
2
.github/workflows/sub_buildWindows.yml
vendored
2
.github/workflows/sub_buildWindows.yml
vendored
@@ -131,7 +131,7 @@ jobs:
|
||||
. $env:ccachebindir\ccache -s
|
||||
- name: Move libpack bin folder to build folder # Shorter in time than copying with CMake FREECAD_COPY_LIBPACK_BIN_TO_BUILD
|
||||
run: |
|
||||
Move-Item -Force -Path ${{ env.libpackdir }}bin -Destination ${{ env.builddir }}
|
||||
Move-Item -Force -Path ${{ env.libpackdir }}bin/* -Destination ${{ env.builddir }}/bin
|
||||
- name: C++ unit tests
|
||||
if: false # Disabled because seems to not function on Windows build
|
||||
timeout-minutes: 1
|
||||
|
||||
Reference in New Issue
Block a user