Skip to content

Commit 099759d

Browse files
committedMar 1, 2025·
🐛 update ubuntu
1 parent 8c09c2e commit 099759d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/pake-cli.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
options:
1111
- 'windows-latest'
1212
- 'macos-latest'
13-
- 'ubuntu-20.04'
13+
- 'ubuntu-24.04'
1414
url:
1515
description: 'URL'
1616
required: true
@@ -69,8 +69,8 @@ jobs:
6969
with:
7070
node-version: 18
7171

72-
- name: Install Rust for ubuntu-20.04
73-
if: inputs.platform == 'ubuntu-20.04'
72+
- name: Install Rust for ubuntu-24.04
73+
if: inputs.platform == 'ubuntu-24.04'
7474
uses: dtolnay/rust-toolchain@stable
7575
with:
7676
toolchain: stable
@@ -91,7 +91,7 @@ jobs:
9191
target: x86_64-apple-darwin
9292

9393
- name: Install dependencies (ubuntu only)
94-
if: inputs.platform == 'ubuntu-20.04'
94+
if: inputs.platform == 'ubuntu-24.04'
9595
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
9696
with:
9797
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

0 commit comments

Comments
 (0)
Please sign in to comment.