Skip to content

Commit

Permalink
ci: install rustfmt for rust toolchain (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia authored Nov 29, 2024
1 parent 5fb2eab commit 29b5c8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release_wasm_fdw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
# install Wasm component
cargo install cargo-component --version 0.13.2
# install rustfmt for the toolchain
rustup component add rustfmt
# show all installed packagies
cargo install --list
- name: Build Wasm FDW
run: |
cd wasm-wrappers/fdw/${{ steps.extract_info.outputs.PROJECT }}
Expand Down

0 comments on commit 29b5c8d

Please sign in to comment.