Skip to content

Commit

Permalink
ci: add update ruffle to extension build
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Jun 4, 2024
1 parent 7db008a commit 2357f6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/buildext.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Yarn Lint
run: yarn run lint

- name: Update Ruffle
run: yarn run update-ruffle

- name: Yarn Build
run: yarn run build

Expand Down

0 comments on commit 2357f6d

Please sign in to comment.