Skip to content

Commit

Permalink
fix(ci): install ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr committed Oct 29, 2024
1 parent b8d8be1 commit c197f07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: deno lint

test:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v2
Expand All @@ -37,6 +37,9 @@ jobs:
with:
deno-version: "v2.x"

- name: Install Ninja
run: sudo apt-get install ninja-build

- name: Build Yoga
run: deno task build-yoga

Expand Down

0 comments on commit c197f07

Please sign in to comment.