Skip to content

Commit

Permalink
Installing meson on CI via apt and therefore downgrading it to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Oct 16, 2024
1 parent b09ea92 commit eea133b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/compilability_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:

- name: Setup the environment
run: |
sudo pip3 install meson==1.5.2
sudo apt-get install nasm ninja-build
sudo apt install meson nasm ninja-build
- name: Executing the script
run: |
Expand Down

0 comments on commit eea133b

Please sign in to comment.