Run everything in the c locale to shut up astyle warnings

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent 9e87da9ffa
commit 89b77d0cf1
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -2,7 +2,8 @@ name: Build
on: [push, pull_request] on: [push, pull_request]
env: env:
LC_ALL: C
KALEIDOSCOPE_ETC_DIR: ${{ github.workspace }}/etc KALEIDOSCOPE_ETC_DIR: ${{ github.workspace }}/etc
ARDUINO_DIRECTORIES_USER: ${{ github.workspace }}/.arduino/user ARDUINO_DIRECTORIES_USER: ${{ github.workspace }}/.arduino/user
jobs: jobs:

Loading…
Cancel
Save