Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev authored Jan 3, 2025
1 parent 41b373b commit dc7f766
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- minor
- major
update_frontend:
description: 'Try to pull latest changes from frontend repository (companion branch)'
description: 'Try to pull the latest changes from the frontend repository (companion branch)'
required: false
type: boolean
default: true
Expand Down Expand Up @@ -90,8 +90,23 @@ jobs:
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev libsoup2.4-dev libjavascriptcoregtk-4.1-dev libxcb-xfixes0-dev libxcb-shape0-dev patchelf
sudo apt-get install -y build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev libsoup2.4-dev libxcb-xfixes0-dev libxcb-shape0-dev patchelf
sudo apt install -y \
build-essential \
curl \
wget \
file \
libssl-dev \
libgtk-3-dev \
libayatana-appindicator3-dev \
librsvg2-dev;
sudo apt install -y \
libwebkit2gtk-4.0-37=2.36.0-2ubuntu1 \
libwebkit2gtk-4.0-dev=2.36.0-2ubuntu1 \
libjavascriptcoregtk-4.0-18=2.36.0-2ubuntu1 \
libjavascriptcoregtk-4.0-dev=2.36.0-2ubuntu1 \
gir1.2-javascriptcoregtk-4.0=2.36.0-2ubuntu1 \
gir1.2-webkit2-4.0=2.36.0-2ubuntu1;
- name: Install Rust (Stable)
run:
curl https://sh.rustup.rs -sSf | sh -s -- -y
Expand Down

0 comments on commit dc7f766

Please sign in to comment.