Skip to content

Commit

Permalink
github action: windows: bump cmake to 3.30.5-1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathSpirit committed Oct 17, 2024
1 parent 8d3f619 commit a3fe109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake_windows_mingw-w64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:

- name: Downloading cmake
run: |
curl -O "https://repo.msys2.org/mingw/${{matrix.sys}}/mingw-w64-${{matrix.env}}-cmake-3.28.3-2-any.pkg.tar.zst"
curl -O "https://repo.msys2.org/mingw/${{matrix.sys}}/mingw-w64-${{matrix.env}}-cmake-3.30.5-1-any.pkg.tar.zst"
- name: Installing cmake
run: |
pacman -U --noconfirm "mingw-w64-${{matrix.env}}-cmake-3.28.3-2-any.pkg.tar.zst"
pacman -U --noconfirm "mingw-w64-${{matrix.env}}-cmake-3.30.5-1-any.pkg.tar.zst"
- name: Create Build Environment
run: cmake -E make_directory "${{github.workspace}}\build"
Expand Down

0 comments on commit a3fe109

Please sign in to comment.