Skip to content

Commit

Permalink
install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCat committed Jan 11, 2025
1 parent e5fe5ba commit 4fa0bb5
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
with:
node-version: 22
cache: yarn
- name: Enable Corepack
run: corepack enable
- name: Install
uses: dtolnay/rust-toolchain@stable
if: ${{ !matrix.settings.docker }}
Expand Down Expand Up @@ -75,6 +73,11 @@ jobs:
if: matrix.settings.target == 'i686-pc-windows-msvc'
run: yarn config set supportedArchitectures.cpu "ia32"
shell: bash
- name: Install dependencies
if: matrix.settings.host == 'ubuntu-latest'
run: |
sudo apt update
sudo apt install -y libgtk-3-dev libwebkit2gtk-4.1-dev
- name: Install dependencies
run: yarn install
- name: Setup node x86
Expand All @@ -84,8 +87,6 @@ jobs:
node-version: 22
cache: yarn
architecture: x86
- name: Enable Corepack
run: corepack enable
- name: Build in docker
uses: addnab/docker-run-action@v3
if: ${{ matrix.settings.docker }}
Expand Down Expand Up @@ -126,8 +127,6 @@ jobs:
node-version: ${{ matrix.node }}
cache: yarn
architecture: x64
- name: Enable Corepack
run: corepack enable
- name: Install dependencies
run: yarn install
- name: Download artifacts
Expand Down Expand Up @@ -157,8 +156,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: yarn
- name: Enable Corepack
run: corepack enable
- name: Install dependencies
run: yarn install
- name: Download artifacts
Expand All @@ -184,8 +181,6 @@ jobs:
with:
node-version: 22
cache: yarn
- name: Enable Corepack
run: corepack enable
- name: Install dependencies
run: yarn install
- name: Download all artifacts
Expand Down

0 comments on commit 4fa0bb5

Please sign in to comment.