Skip to content

Commit

Permalink
Revert "ci: Pin meson version to 1.4.2 for now"
Browse files Browse the repository at this point in the history
Things work again now.

This reverts commit 1e20306.
  • Loading branch information
arch1t3cht committed Oct 23, 2024
1 parent 1e20306 commit 2969ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Setup Meson
run: |
python -m pip install --upgrade pip setuptools
pip install meson==1.4.2
pip install meson
- name: Setup MSVC
if: matrix.config.os == 'windows-latest' && matrix.config.msvc == true
Expand Down

0 comments on commit 2969ba4

Please sign in to comment.