Skip to content

Commit

Permalink
Update buid_linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkzcfc committed Jul 17, 2024
1 parent b60f382 commit f729c6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/buid_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: |
x86_64-unknown-linux-musl
wasm32-unknown-unknown
target: x86_64-unknown-linux-musl

- name: Build
id: build
Expand All @@ -54,6 +52,7 @@ jobs:
id: build_web
run: |
cd npipe_web
rustup target add wasm32-unknown-unknown
cargo install --locked trunk
trunk build --release --target wasm32-unknown-unknown
cd ../
Expand Down

0 comments on commit f729c6a

Please sign in to comment.