Skip to content

Commit

Permalink
x86 build
Browse files Browse the repository at this point in the history
  • Loading branch information
core1024 committed Oct 17, 2024
1 parent 711f6c8 commit 6c6a9ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
run: git config --global core.autocrlf false
- name: checkout
uses: actions/checkout@v3
- name: Rust Stable
uses: actions-rs/toolchain@v1
- name: Rust stable
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
profile: minimal
toolchain: stable
target: i686-pc-windows-msvc
- name: Build main application
run: cargo build --release
run: cargo build --release --target i686-pc-windows-msvc
- name: Build the setup proggam
run: |
& 'C:\Program Files (x86)\Inno Setup 6\ISCC.exe' /DSIGN '/Sstremiosign=$qC:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x86\signtool.exe$q sign /f $q${{ github.workspace }}\certificates\smartcode-20211118-20241118.pfx$q /p ${{ secrets.WIN_CERT_PASSWORD }} /v $f' '${{ github.workspace }}\setup\Stremio.iss'
Expand Down

0 comments on commit 6c6a9ca

Please sign in to comment.