diff --git a/.github/workflows/buildext.yaml b/.github/workflows/buildext.yaml index 9fa08c99..f70b3be8 100644 --- a/.github/workflows/buildext.yaml +++ b/.github/workflows/buildext.yaml @@ -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