Skip to content

Commit 1341c85

Browse files
committed
perf: change build action
1 parent 5ffd919 commit 1341c85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- platform: "windows-latest"
7171
args: ""
7272

73-
runs-on: ${{ matrix.os }}
73+
runs-on: ${{ matrix.platform }}
7474
steps:
7575
- name: Check out git repository
7676
uses: actions/checkout@v4
@@ -104,7 +104,7 @@ jobs:
104104
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
105105

106106
- name: Install system dependencies (Ubuntu)
107-
if: matrix.os == 'ubuntu-latest'
107+
if: matrix.platform == 'ubuntu-22.04'
108108
run: |
109109
sudo apt-get update
110110
sudo apt-get install -y libwebkit2gtk-4.1-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev patchelf

0 commit comments

Comments
 (0)