Skip to content

Commit

Permalink
chore(ci): fix deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Oct 3, 2023
1 parent b4557b0 commit 5a23fe3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
# https://github.com/embroider-build/embroider/issues/1532
env:
UV_USE_IO_URING: 0
steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
Expand Down

0 comments on commit 5a23fe3

Please sign in to comment.