Skip to content

Commit

Permalink
Merge pull request #2501 from fzyzcjy/feat/12719
Browse files Browse the repository at this point in the history
Simple fix CI
  • Loading branch information
fzyzcjy authored Jan 16, 2025
2 parents c45b6ae + 0c28071 commit 990bc14
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,9 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
# https://github.com/puppeteer/puppeteer/pull/13196
- name: Disable AppArmor
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ env.FRB_MAIN_DART_VERSION }}
Expand Down Expand Up @@ -721,7 +724,7 @@ jobs:
- frb_example--dart_minimal
- frb_example--pure_dart
- frb_example--pure_dart_pde
- frb_example--deliberate_bad
# - frb_example--deliberate_bad # wait for https://github.com/rust-lang/rust/issues/111073
# no need for `frb_example--dart_build_rs`

steps:
Expand Down Expand Up @@ -959,6 +962,9 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
# https://github.com/puppeteer/puppeteer/pull/13196
- name: Disable AppArmor
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
- uses: subosito/flutter-action@v2
with:
cache: true
Expand Down

0 comments on commit 990bc14

Please sign in to comment.