CI: Set the SIXTYFPS_STYLE on windows to silent warning

This commit is contained in:
Olivier Goffart 2021-01-14 09:59:11 +01:00
parent f0ddc79224
commit 87d66096d7

View file

@ -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: