Skip to content

Commit

Permalink
Update cmake-windows-mingw32.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gxosty authored Dec 1, 2024
1 parent 6f53de3 commit c56799e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-windows-mingw32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++

- name: Build
working-directory: ${{github.workspace}}
working-directory: ${{github.workspace}}/build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build .
run: cmake --build .

0 comments on commit c56799e

Please sign in to comment.