Skip to content

Commit

Permalink
Hack paths to make windows CI work (I hate windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
arf20 authored Dec 11, 2022
1 parent 69611aa commit 4212af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v3

- name: Configure CMake
run: cmake -G "MinGW Makefiles" -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
run: cmake -G "MinGW Makefiles" -B D:\\a\\ww1game/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
run: cmake --build D:\\a\\ww1game/build --config ${{env.BUILD_TYPE}}

0 comments on commit 4212af2

Please sign in to comment.