Skip to content

Commit d25114a

Browse files
committed
chore: Fix DevBird config
1 parent 6aaf4f4 commit d25114a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/devbird.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,7 @@ jobs:
7676
with:
7777
run_install: true
7878

79-
# We explicitly do this to cache properly.
80-
- name: Install Rust
81-
uses: actions-rs/toolchain@v1
82-
with:
83-
profile: minimal
84-
target: wasm32-wasip1
85-
components: rustfmt
79+
- uses: actions-rust-lang/setup-rust-toolchain@v1
8680

8781
- name: Run DevBird
8882
uses: delinoio/devbird-action@main

0 commit comments

Comments
 (0)