Skip to content

Commit

Permalink
path changes for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
himwho committed Jul 30, 2024
1 parent 831fa30 commit 29ed58d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ jobs:

- name: Configure CMake (windows)
if: runner.os == 'Windows'
working-directory: ${{ github.workspace }}\build
run: cmake ${{ github.workspace }} -A x64 -DCMAKE_BUILD_TYPE=$BUILD_TYPE
shell: bash
working-directory: ${{ runner.workspace }}\build
run: cmake $GITHUB_WORKSPACE -A x64 -DCMAKE_BUILD_TYPE=$BUILD_TYPE

- name: Build
working-directory: ${{ github.workspace }}/build
working-directory: ${{ runner.workspace }}/build
shell: bash
run: cmake --build . --config $BUILD_TYPE

# - name: Codesign (macos)
Expand Down

0 comments on commit 29ed58d

Please sign in to comment.