Skip to content

Commit

Permalink
fix just command
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Dec 5, 2024
1 parent 7107c64 commit f81f7d0
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
targets: wasm32-unknown-unknown

- run: just build
- run: just build-wits

- name: upload artifacts to target
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -215,23 +215,6 @@ jobs:
rustup target add ${{ matrix.TARGET }}
rustup default stable-${{ matrix.TARGET }}
# Use Just commands
- uses: extractions/setup-just@v2

# binstall is faster than cargo install
- name: Install binstall
uses: taiki-e/install-action@cargo-binstall

# We'l need cargo-component to build WIT Components in the Just commands
- name: Install cargo-component
run: echo yes | cargo binstall cargo-component

- name: Rust Cache # cache the rust build artefacts
uses: Swatinem/rust-cache@v2

- name: Pre-Build using Just
run: just build-wits

# For linux, it's necessary to use cross from the git repository to avoid glibc problems
# Ref: https://github.com/cross-rs/cross/issues/1510
- name: Install cross for linux
Expand Down

0 comments on commit f81f7d0

Please sign in to comment.