Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onon1101 authored Mar 6, 2024
1 parent 7953add commit 2188eff
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,23 @@ jobs:
# cmake -B build -G "Ninja" -DCMAKE_BUILD_TYPE=Debug
# cmake --build build

# windows-visual-studio:
# runs-on: windows-latest
# steps:
# - uses: actions/checkout@v4
# - uses: seanmiddleditch/gha-setup-ninja@master
windows-visual-studio:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4

# - name: "Setup Visual Studio"
# uses: egor-tensin/vs-shell@v2
- name: "Setup Visual Studio"
uses: egor-tensin/vs-shell@v2

# - name: "Setup cmake"
# run: |
# cmake -B build -G "Ninja" -DCMAKE_BUILD_TYPE=Debug
# cmake --build build
- name: Checkout Repository
uses: actions/checkout@v3
with:
submodules: recursive

- name: "Setup cmake"
run: |
cmake -B build -DCMAKE_BUILD_TYPE=Debug
cmake --build build
windows-mingw:
runs-on: windows-latest
Expand Down

0 comments on commit 2188eff

Please sign in to comment.