Skip to content

Commit 2beb43b

Browse files
authored
Update automaticRelease.yaml
Trying to add Rust compile
1 parent 8475637 commit 2beb43b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-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:

0 commit comments

Comments
 (0)