Skip to content

Commit

Permalink
try not building worker
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Nov 27, 2023
1 parent 0bc1e5a commit f999461
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
working-directory: shared
run: cargo build --release

- name: Build worker
run: cargo build --release

- name: Set up Bun
uses: oven-sh/setup-bun@v1
with:
Expand Down
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"rust-lang.rust-analyzer",
"EditorConfig.EditorConfig"
]
}

0 comments on commit f999461

Please sign in to comment.