We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd9004 commit e238892Copy full SHA for e238892
1 file changed
.github/workflows/master.yml
@@ -59,7 +59,7 @@ jobs:
59
steps:
60
- name: Install dependencies (Ubuntu)
61
if: runner.os == 'Linux'
62
- run: sudo apt install meson-1.5
+ run: sudo apt install meson
63
64
- name: Install dependencies (macOS)
65
if: runner.os == 'macOS'
0 commit comments