mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-17 09:04:09 +00:00
chore: Add compatibility install step for x32 architecture
This commit is contained in:
5
.github/workflows/linux-alpha-build.yml
vendored
5
.github/workflows/linux-alpha-build.yml
vendored
@@ -83,6 +83,11 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Run compatibility install
|
||||
if: matrix.arch == 'x32'
|
||||
run: |
|
||||
rustup target add i686-unknown-linux-gnu
|
||||
|
||||
- name: Load surfer CI setup
|
||||
run: pnpm surfer ci --brand alpha --display-version ${{ inputs.build-version }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user