mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-04 09:08:38 +03:00
fix(ci): CTA cleanup (#2214)
This commit is contained in:
parent
6874cc6b7a
commit
8237260f01
6
.github/workflows/test-cta.yml
vendored
6
.github/workflows/test-cta.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
|||||||
|
|
||||||
create-recipe-with-yarn:
|
create-recipe-with-yarn:
|
||||||
name: "node@${{ matrix.node }} + yarn@1: ${{ matrix.recipe }}"
|
name: "node@${{ matrix.node }} + yarn@1: ${{ matrix.recipe }}"
|
||||||
runs-on: ${{ github.event.inputs.branch || 'ubuntu' }}-latest
|
runs-on: ${{ github.event.inputs.platform || 'ubuntu' }}-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -77,8 +77,6 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
ref: ${{ github.head_ref || github.event.inputs.branch }}
|
|
||||||
- name: install stable
|
- name: install stable
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
@ -88,7 +86,7 @@ jobs:
|
|||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
yarn-version: 1.22.5
|
yarn-version: 1.22.5
|
||||||
- name: install webkit2gtk
|
- name: install webkit2gtk
|
||||||
if: (github.event.inputs.branch || 'ubuntu') == 'ubuntu'
|
if: (github.event.inputs.platform || 'ubuntu') == 'ubuntu'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libgtk-3-dev libgtksourceview-3.0-dev webkit2gtk-4.0 libappindicator3-dev
|
sudo apt-get install -y libgtk-3-dev libgtksourceview-3.0-dev webkit2gtk-4.0 libappindicator3-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user