Skip to content

Commit

Permalink
Test copying install directory windows docker
Browse files Browse the repository at this point in the history
Signed-off-by: romanodanilo <[email protected]>
  • Loading branch information
romanodanilo committed Jun 3, 2024
1 parent cb46d91 commit 0326462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-on-change-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
cmake --install build
Copy-Item -Path "$env:WORKING_PATH\QC-Framework-Out" -Destination "$env:WORKING_PATH\qc-framework\qc-framework\build" -Recurse
# Final output
Write-Output "All installations and setups are complete!"
shell: pwsh
Expand Down

0 comments on commit 0326462

Please sign in to comment.