Skip to content

Commit 749f42e

Browse files
authored
Update rust.yml
1 parent d54ce10 commit 749f42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run Cargo project in 'example' directory
4444
run: |
4545
cd example
46-
cargo --release run build
46+
cargo run --release build
4747
4848
- name: Deploy docs to GitHub Pages
4949
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)