Skip to content

Commit 16d960a

Browse files
committed
Merge branch 'main' of github.com:NSoiffer/MathCATForPython
2 parents 6916a43 + 3a4a1df commit 16d960a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
4545
sudo apt install gettext
4646
- name: Build
4747
run: scons version=${{ github.sha }}
48+
- uses: actions/checkout@v2
49+
- name: Set up Rust
50+
uses: actions-rs/toolchain@v1
51+
with:
52+
toolchain: stable
53+
override: true
4854
- name: Automatic release
4955
uses: marvinpinto/action-automatic-releases@latest
5056
with:

.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)