We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54ce10 commit 749f42eCopy full SHA for 749f42e
.github/workflows/rust.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Run Cargo project in 'example' directory
44
run: |
45
cd example
46
- cargo --release run build
+ cargo run --release build
47
48
- name: Deploy docs to GitHub Pages
49
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments