Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Update build-upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
katsumi143 authored Apr 5, 2024
1 parent e7a2508 commit a6a191e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install Rust Nightly
run: rustup toolchain install nightly --profile minimal
- name: Set-up Rust Cache
uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --release --verbose
- name: Upload
Expand Down

0 comments on commit a6a191e

Please sign in to comment.