Skip to content

Commit

Permalink
Continued migrating Windows CI/CD to fully use MSYS2
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Jan 6, 2025
1 parent 0713290 commit b5f2407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Get latest CMake and Ninja
if: ${{ matrix.os != 'windows-latest' }}
uses: lukka/get-cmake@latest
- uses: msys2/setup-msys2@v2
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit b5f2407

Please sign in to comment.