We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976171e commit 51e7d8fCopy full SHA for 51e7d8f
.github/workflows/automaticRelease.yaml
@@ -37,20 +37,18 @@ jobs:
37
- name: Set up Python 3.8
38
uses: actions/setup-python@v4
39
with:
40
- python-version: 3.8
+ python-version: 3.7
41
+ architecture: 'x86'
42
- name: Install dependencies
43
run: |
44
pip install scons markdown
45
sudo apt update
46
sudo apt install gettext
47
+ - uses: actions/checkout@v3
48
+ - name: Set up Rust
49
+ run: cargo build --target i686-pc-windows-msvc --release
50
- name: Build
51
run: scons version=${{ github.sha }}
- - uses: actions/checkout@v2
- - name: Set up Rust
- uses: actions-rs/toolchain@v1
- with:
52
- toolchain: stable
53
- override: true
54
- name: Automatic release
55
uses: marvinpinto/action-automatic-releases@latest
56
0 commit comments