Skip to content

Commit

Permalink
Keep required meson version low
Browse files Browse the repository at this point in the history
  • Loading branch information
talisein committed Nov 16, 2023
1 parent a63010f commit c6b26de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ jobs:
sudo add-apt-repository -n ppa:talisein/outcome
sudo add-apt-repository -n ppa:talisein/magic-enum
sudo apt-get update
sudo apt-get install ninja-build libhowardhinnant-date-dev liboutcome-dev libboost-ext-ut-dev libctre-dev libmagicenum-dev jq findutils
sudo pip3 install meson
sudo apt-get install ninja-build libhowardhinnant-date-dev liboutcome-dev libboost-ext-ut-dev libctre-dev libmagicenum-dev jq findutils meson
- if: ${{ matrix.flavor == 'mac' }}
name: Install deps mac
Expand Down Expand Up @@ -248,6 +247,7 @@ jobs:
- if: ${{ matrix.flavor == 'ubuntu' && matrix.compiler == 'gcc' && startsWith(github.ref, 'refs/tags/v') }}
name: Publish PPA Snapshot
continue-on-error: true
env:
LD_PRELOAD:
GPG_PRIVATE_KEY: ${{ secrets.PPA_PGP_SECRET_KEY }}
Expand Down

0 comments on commit c6b26de

Please sign in to comment.