Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Jul 16, 2024
1 parent b4da179 commit 769de23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
- feature
- cibuilds
- buildtests
pull_request:
branches:
- master
Expand Down Expand Up @@ -116,7 +117,7 @@ jobs:
- name: Setup Meson
run: |
python -m pip install --upgrade pip setuptools
pip install meson
pip install meson==1.4.2
- name: Setup MSVC
if: matrix.config.os == 'windows-latest' && matrix.config.msvc == true
Expand Down

0 comments on commit 769de23

Please sign in to comment.