There was an error while loading. Please reload this page.
1 parent 5ffd919 commit 1341c85Copy full SHA for 1341c85
1 file changed
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
- platform: "windows-latest"
71
args: ""
72
73
- runs-on: ${{ matrix.os }}
+ runs-on: ${{ matrix.platform }}
74
steps:
75
- name: Check out git repository
76
uses: actions/checkout@v4
@@ -104,7 +104,7 @@ jobs:
104
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
105
106
- name: Install system dependencies (Ubuntu)
107
- if: matrix.os == 'ubuntu-latest'
+ if: matrix.platform == 'ubuntu-22.04'
108
run: |
109
sudo apt-get update
110
sudo apt-get install -y libwebkit2gtk-4.1-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev patchelf
0 commit comments