Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cs50victor committed Mar 27, 2024
1 parent 361777d commit f028a21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ jobs:
uses: brndnmtthws/rust-action@v1
with:
toolchain: ${{ matrix.rust-toolchain }}
components: rustfmt, clippy, tauri
components: rustfmt, clippy
enable-sccache: "true"

- name: Install Tauri
run: cargo install tauri

- name: Build
run: cargo tauri build --release

Expand Down

0 comments on commit f028a21

Please sign in to comment.