Skip to content

Commit

Permalink
CI_MSYS2
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanKrMahato committed Dec 3, 2024
1 parent 2b03a11 commit 893bd72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ jobs:
- { sys: mingw64 }
- { sys: ucrt64 }
- { sys: clang64 }

defaults:
run:
shell: msys2 {0}

steps:
- name: '🧰 Checkout'
- name: 'Checkout'
uses: actions/checkout@v4
with:
fetch-depth: 0
Expand All @@ -101,7 +101,7 @@ jobs:
cmake:p
ninja:p
- name: '🚧 Build TOOL'
- name: 'Build TOOL'
run: |
cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
Expand Down

0 comments on commit 893bd72

Please sign in to comment.