Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
Signed-off-by: lurkydismal <[email protected]>
  • Loading branch information
lurkydismal authored Aug 16, 2023
1 parent 13928f7 commit af3795f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,21 @@ jobs:
with:
egress-policy: audit

- name: Setup Python latest
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

- name: Setup Python with Meson
uses: actions/setup-python@v4
with:
python-version: '>=3.10.12'
check-latest: true
cache: 'pip'

- name: Get Meson
run: |
pip install ninja &&
pip install meson
- run: pip install -r requirements.txt

- name: Get libmozjs
run: |
sudo apt-get install -y libmozjs-102-dev
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

- name: Meson build
run: |
meson build && ninja -C build

0 comments on commit af3795f

Please sign in to comment.