Skip to content

Commit 51e7d8f

Browse files
committed
Try and add Rust and right version of python to workflow.
This is probably not correct.
1 parent 976171e commit 51e7d8f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,18 @@ jobs:
3737
- name: Set up Python 3.8
3838
uses: actions/setup-python@v4
3939
with:
40-
python-version: 3.8
40+
python-version: 3.7
41+
architecture: 'x86'
4142
- name: Install dependencies
4243
run: |
4344
pip install scons markdown
4445
sudo apt update
4546
sudo apt install gettext
47+
- uses: actions/checkout@v3
48+
- name: Set up Rust
49+
run: cargo build --target i686-pc-windows-msvc --release
4650
- name: Build
4751
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
5452
- name: Automatic release
5553
uses: marvinpinto/action-automatic-releases@latest
5654
with:

0 commit comments

Comments
 (0)