Skip to content

Commit

Permalink
Remove 32-bit build
Browse files Browse the repository at this point in the history
  • Loading branch information
PikminGuts92 committed Jan 18, 2024
1 parent 527ff44 commit b5b00b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
osname: "linux-x64"
- os: windows-latest
osname: "win-x64"
- os: windows-latest
osname: "win-x86"
toolchain: "stable-i686-pc-windows-msvc"
env:
BIN_PATH: ./target/release
steps:
Expand All @@ -43,7 +40,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain || 'stable' }}
toolchain: stable
override: true
- name: Install audit dependencies
shell: bash
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ jobs:
osname: "linux-x64"
- os: windows-latest
osname: "win-x64"
- os: windows-latest
osname: "win-x86"
toolchain: "stable-i686-pc-windows-msvc"
env:
ZIP_NAME: ${{ github.event.repository.name }}-ci-${{ github.sha }}-${{ matrix.osname }}
BIN_PATH: ./target/release
Expand All @@ -128,7 +125,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain || 'stable' }}
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit b5b00b1

Please sign in to comment.