Skip to content

Commit

Permalink
ci: update capsule.yml
Browse files Browse the repository at this point in the history
- Use rust version specified in rust-toolchain
- Rename the uploaded artifact to build-release
  • Loading branch information
doitian committed Dec 21, 2023
1 parent a5f0c9c commit e4ae401
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/capsule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup update stable && rustup default stable
- name: install cross
run: cargo install cross --git https://github.com/cross-rs/cross
- name: install capsule
Expand All @@ -27,7 +26,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup update stable && rustup default stable
- name: install cross
run: cargo install cross --git https://github.com/cross-rs/cross
- name: install capsule
Expand All @@ -36,5 +34,6 @@ jobs:
- run: capsule build --release
- uses: actions/upload-artifact@v4
with:
name: build-release
path: |
build/release/joyid-cobuild-poc
build/release

0 comments on commit e4ae401

Please sign in to comment.