mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 14:51:15 +00:00
CI: Set the SIXTYFPS_STYLE on windows to silent warning
This commit is contained in:
parent
f0ddc79224
commit
87d66096d7
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -50,6 +50,10 @@ jobs:
|
|||
if: matrix.os != 'windows-latest'
|
||||
run: |
|
||||
echo "SIXTYFPS_STYLE=native" >> $GITHUB_ENV
|
||||
- name: Set default style
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
echo "SIXTYFPS_STYLE=ugly" >> $GITHUB_ENV
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue