Skip to content

Commit

Permalink
ci: Fix building in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Oct 28, 2024
1 parent d573db9 commit e497bb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
ref: wip/multiwindow
path: 3rdparty/flutter/

- name: debug
run: |
flutter --version
which flutter
- name: Fix embedder header
run: cp 3rdparty/flutter/shell/platform/embedder/embedder.h 3rdparty/flutter/shell/platform/embedder/flutter_embedder.h

Expand Down

0 comments on commit e497bb0

Please sign in to comment.