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 26, 2023
1 parent 5f1f94c commit dcf8c13
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,17 @@ jobs:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

- name: Get Meson
- name: Setup Python with Meson
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
with:
python-version: '>=3.10.12'
check-latest: true
cache: 'pip'
- run: pip install -r requirements.txt

- name: Get libmozjs
run: |
sudo apt-get install -y build-essential &&
pip install ninja &&
pip install meson &&
sudo apt-get install -y libmozjs-102-dev
shell: bash
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit dcf8c13

Please sign in to comment.