Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
Signed-off-by: lurkydismal <[email protected]>
  • Loading branch information
lurkydismal authored Aug 9, 2023
1 parent bba571f commit cb01e45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

- name: Get APT Package Wine
- name: Get Meson
run: |
sudo apt-get install -y build-essential &&
sudo apt-get install -y ninja-build &&
sudo apt-get install -y meson &&
pip install ninja &&
pip install -y meson &&
sudo apt-get install -y libmozjs-102-dev
shell: bash

Expand Down

0 comments on commit cb01e45

Please sign in to comment.