Skip to content

Commit

Permalink
CI: prospective fix for the current faillure
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Mar 30, 2022
1 parent 6622f33 commit d641650
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
with:
version: '5.15.2'
cached: ${{ steps.cache-qt.outputs.cache-hit }}
setup-python: false
- name: Set default style
if: matrix.os != 'windows-2019'
run: |
Expand Down Expand Up @@ -119,6 +120,7 @@ jobs:
with:
version: '5.15.2'
cached: ${{ steps.cache-qt.outputs.cache-hit }}
setup-python: false
- name: Set default style
if: matrix.os != 'windows-2019'
run: |
Expand Down Expand Up @@ -220,6 +222,7 @@ jobs:
with:
version: 6.2.1
cached: ${{ steps.cache-qt.outputs.cache-hit }}
setup-python: false
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cpp_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
version: 6.2.1
cached: ${{ steps.cache-qt.outputs.cache-hit }}
setup-python: false
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/slint_tool_binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
with:
version: 6.2.1 # for Apple Silicon support
cached: ${{ steps.cache-qt.outputs.cache-hit }}
setup-python: false
- uses: Swatinem/rust-cache@v1
with:
key: x
Expand Down

0 comments on commit d641650

Please sign in to comment.