Skip to content

Commit

Permalink
🐛 update ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Mar 1, 2025
1 parent 8c09c2e commit 099759d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pake-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
options:
- 'windows-latest'
- 'macos-latest'
- 'ubuntu-20.04'
- 'ubuntu-24.04'
url:
description: 'URL'
required: true
Expand Down Expand Up @@ -69,8 +69,8 @@ jobs:
with:
node-version: 18

- name: Install Rust for ubuntu-20.04
if: inputs.platform == 'ubuntu-20.04'
- name: Install Rust for ubuntu-24.04
if: inputs.platform == 'ubuntu-24.04'
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
Expand All @@ -91,7 +91,7 @@ jobs:
target: x86_64-apple-darwin

- name: Install dependencies (ubuntu only)
if: inputs.platform == 'ubuntu-20.04'
if: inputs.platform == 'ubuntu-24.04'
uses: awalsh128/[email protected]
with:
packages: libsoup3.0-dev libdbus-1-dev libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev gnome-video-effects gnome-video-effects-extra
Expand Down

0 comments on commit 099759d

Please sign in to comment.