Skip to content

Commit

Permalink
fix win build
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-ux authored Dec 11, 2023
1 parent aae69e9 commit de20c7a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
- name: build
run: |
mkdir build && cd build && cmake .. && make
pwd
ls
cd .. && pwd && ls
- uses: actions/upload-artifact@v3
with:
name: linux
Expand All @@ -38,9 +35,9 @@ jobs:
- name: build
shell: msys2 {0}
run: |
mkdir build && cd build && cmake .. && make
pwd
ls
mkdir build && cd build
cmake -G Ninja -DCMAKE_BUILD_TYPE=DEBUG .. && cmake --build .
pwd && ls
cd .. && pwd && ls
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit de20c7a

Please sign in to comment.