Skip to content

Commit

Permalink
Wrong one
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed May 9, 2024
1 parent 8a8a7aa commit b46858d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
run: |
sudo apt-get update
sudo apt-get install -y desktop-file-validate libx11-dev libxrandr-dev libxcursor-dev libxi-dev libudev-dev libgl1-mesa-dev pkg-config
sudo apt-get install -y desktop-file-utils libx11-dev libxrandr-dev libxcursor-dev libxi-dev libudev-dev libgl1-mesa-dev pkg-config
- name: Replace repositories with amd64 and arm64 repositories
if: matrix.os == 'ubuntu-latest' && matrix.arch == 'arm64'
Expand All @@ -82,7 +82,7 @@ jobs:
sudo apt-get remove libgpg-error-dev
sudo dpkg --add-architecture arm64
sudo apt-get update
sudo apt-get install -y desktop-file-validate ninja-build gcc-aarch64-linux-gnu:amd64 g++-aarch64-linux-gnu:amd64 python3-jinja2:amd64 libgcrypt20:arm64 libgcrypt20-dev:arm64 libgpg-error-dev:arm64 libx11-dev:arm64 libxrandr-dev:arm64 libxcursor-dev:arm64 libxi-dev:arm64 libudev-dev:arm64 libgl1-mesa-dev:arm64
sudo apt-get install -y desktop-file-utils ninja-build gcc-aarch64-linux-gnu:amd64 g++-aarch64-linux-gnu:amd64 python3-jinja2:amd64 libgcrypt20:arm64 libgcrypt20-dev:arm64 libgpg-error-dev:arm64 libx11-dev:arm64 libxrandr-dev:arm64 libxcursor-dev:arm64 libxi-dev:arm64 libudev-dev:arm64 libgl1-mesa-dev:arm64
- name: Install dependencies and building backend (x64)
if: matrix.arch == 'x64'
Expand Down

0 comments on commit b46858d

Please sign in to comment.