Skip to content

Commit

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

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

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

# - name: Codesign (macos)
Expand Down

0 comments on commit 831fa30

Please sign in to comment.