Skip to content

Commit

Permalink
DUSK YML
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Leegwater Simões committed Jun 3, 2024
1 parent 32f85f0 commit 8f1fa46
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dusk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
with:
fetch-depth: 16

- name: Install dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt update && sudo apt install -y ninja-build

- name: Install dependencies
if: startsWith(matrix.os, 'macos-latest')
run: brew install ninja

- name: Run build
run: ./x.py dist --host ${{ matrix.target }}

Expand Down

0 comments on commit 8f1fa46

Please sign in to comment.