Skip to content

Commit 3a4a1df

Browse files
authored
Update manualRelease.yaml
Trying to add Rust compile
1 parent 2beb43b commit 3a4a1df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/manualRelease.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
uses: actions/setup-python@v4
3333
with:
3434
python-version: 3.8
35+
- name: Build Rust Project
36+
run: |
37+
cargo build --release
3538
- name: Install dependencies
3639
run: |
3740
pip install scons markdown

0 commit comments

Comments
 (0)