Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
  • Loading branch information
FL03 committed Mar 16, 2024
1 parent a5746b7 commit 4aaaf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
rustup update
rustup default ${{ matrix.toolchain }}
- name: Build
run: cargo build ---all-features -r -v --workspace
run: cargo build --all-features -r -v --workspace
- name: Cache build
id: cache-build
uses: actions/cache@v4
Expand Down

0 comments on commit 4aaaf98

Please # to comment.