Skip to content

Commit 8e134e2

Browse files
committed
feat: fixed startsWith parameter
1 parent b885030 commit 8e134e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v5
3131

3232
- name: install dependencies (ubuntu only)
33-
if: startsWith(matrix.platform, 'ubuntu-22.04')
33+
if: startsWith(matrix.platform, 'ubuntu')
3434
run: |
3535
sudo apt-get update
3636
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libsoup3.0-dev

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v5
4545

4646
- name: install dependencies (ubuntu only)
47-
if: startsWith(matrix.platform, 'ubuntu-22.04')
47+
if: startsWith(matrix.platform, 'ubuntu')
4848
run: |
4949
sudo apt-get update
5050
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libsoup3.0-dev

0 commit comments

Comments
 (0)