Skip to content

Commit

Permalink
Update build-all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli authored May 4, 2024
1 parent e2630bc commit 6db90d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- 2.2.1

jobs:
BuildLinux:
Expand All @@ -12,6 +13,7 @@ jobs:
uses: actions/checkout@main
with:
fetch-depth: 0
ref: 2.2.1

- name: install snap
uses: samuelmeuli/action-snapcraft@v2
Expand Down Expand Up @@ -89,6 +91,7 @@ jobs:
uses: actions/checkout@main
with:
fetch-depth: 0
ref: 2.2.1

- name: qt50
run: |
Expand Down Expand Up @@ -127,12 +130,13 @@ jobs:
retention-days: 2

BuildWindows:
runs-on: windows-2022
runs-on: windows-2019
steps:
- name: Checkout code
uses: actions/checkout@main
with:
fetch-depth: 0
ref: 2.2.1

- name: Uninstall incorrect mingw
run: |
Expand Down Expand Up @@ -221,6 +225,7 @@ jobs:
uses: actions/checkout@main
with:
fetch-depth: 0
ref: 2.2.1

- name: Uninstall incorrect mingw
run: |
Expand Down

0 comments on commit 6db90d7

Please sign in to comment.