Skip to content

Commit

Permalink
change paths to be windows-style
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Jul 7, 2024
1 parent 6de0c87 commit e0fadae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ jobs:
- name: Copy Testfiles on Windows
if: runner.os == 'Windows'
working-directory: ${{github.workspace}}/build/PhotoshopTest
run: |
xcopy "./${{env.BUILD_TYPE}}/documents" "./documents" /E /I
run: xcopy ".\\${{env.BUILD_TYPE}}\\documents" ".\\documents" /E /I

- name: Test ${{ matrix.os }}-${{ matrix.compilercxx }}
working-directory: ${{github.workspace}}/build/PhotoshopTest
Expand Down

0 comments on commit e0fadae

Please sign in to comment.