Skip to content

Commit

Permalink
Update meson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteCat6142 authored May 11, 2024
1 parent 9343fbf commit 512d71e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- uses: actions/setup-python@v5
- name: Setup Meson
run: pip3 install --user meson
- name: Install Ninja
- name: Install Ninja & LLD
run: |
sudo apt-get update
sudo apt-get install ninja-build
sudo apt-get install ninja-build lld
- name: Build
run: |
meson setup ./build
Expand Down

0 comments on commit 512d71e

Please sign in to comment.