Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skallweitNV committed Aug 30, 2024
1 parent f4b3eaa commit 8197e68
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,11 @@ jobs:
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1

- name: Setup CMake
- name: Setup CMake/Ninja
uses: lukka/get-cmake@latest

- name: Setup Ninja
uses: ashutoshvarma/setup-ninja@master

- name: Configure
run: >
cmake -S . -B build
run: cmake -S . -B build

- name: Build
run: cmake --build build -j 2

0 comments on commit 8197e68

Please sign in to comment.