Skip to content

Commit

Permalink
Revert "add linux x86 support (pot-app#222)" (pot-app#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon authored Jun 12, 2023
1 parent e753fd4 commit 4cca3a2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest]
target: [x86_64-unknown-linux-gnu, i686-unknown-linux-gnu]
target: [x86_64-unknown-linux-gnu]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/download-artifact@v3
Expand All @@ -212,13 +212,8 @@ jobs:
version: 8
- name: Install Dependencies
run: |
sudo dpkg --add-architecture i386
sudo apt update
# FIX INSTALL FAILED ON GITHUB UBUNTU 22.04 RUNNER, see also https://github.com/actions/runner-images/issues/7606#issuecomment-1577821633
sudo apt install -y libgcc-s1:i386 libstdc++6:i386 libgdk-pixbuf-2.0-dev:i386 libgdk-pixbuf2.0-dev:i386 libatomic1:i386
sudo apt install -y gcc-multilib g++-multilib
sudo apt install -y libwebkit2gtk-4.0-dev:i386 libssl-dev:i386 libgtk-3-dev:i386 librsvg2-dev:i386
sudo apt install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libxdo-dev libxcb1 libxrandr2 libdbus-1-3
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libxdo-dev libxcb1 libxrandr2 libdbus-1-3
- name: Install Dependencies
run: pnpm install
- name: Code Format
Expand Down

0 comments on commit 4cca3a2

Please sign in to comment.