mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 15:14:35 +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'
|
if: matrix.os != 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
echo "SIXTYFPS_STYLE=native" >> $GITHUB_ENV
|
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
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue