forked from XiaoMo/ChatGPT-Next-Web
fix: action ubuntu version
This commit is contained in:
parent
c5c1a9ab3c
commit
5ce53dbcf4
6
.github/workflows/app.yml
vendored
6
.github/workflows/app.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
create-release:
|
||||
permissions:
|
||||
contents: write
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
release_id: ${{ steps.create-release.outputs.result }}
|
||||
|
||||
@ -68,7 +68,7 @@ jobs:
|
||||
with:
|
||||
key: ${{ matrix.config.rust_target }}
|
||||
- name: install dependencies (ubuntu only)
|
||||
if: matrix.config.os == 'ubuntu-20.04'
|
||||
if: matrix.config.os == 'ubuntu-latest'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
|
||||
@ -85,7 +85,7 @@ jobs:
|
||||
publish-release:
|
||||
permissions:
|
||||
contents: write
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
needs: [create-release, build-tauri]
|
||||
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user