Clean up trailing whitespaces

master
rexim 2019-12-30 02:04:07 +07:00
parent c47e0e6902
commit dd04b94373
1 changed files with 6 additions and 6 deletions

View File

@ -25,11 +25,11 @@ jobs:
- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install -qq libsdl2-dev
sudo apt-get install -qq libsdl2-dev
- name: build nothing
run: |
./build-posix.sh
env:
./build-posix.sh
env:
CC: gcc
NOTHING_CI: on
@ -57,7 +57,7 @@ jobs:
- name: build nothing
run: |
./build-posix.sh
env:
env:
CC: clang
NOTHING_CI: on
@ -79,7 +79,7 @@ jobs:
cd build
cmake .. -DNOTHING_CI=ON
cmake --build .
# TODO(#1178): %z related warnings on build-windows-mingw GitHub Action
build-windows-mingw:
runs-on: windows-2019
@ -92,5 +92,5 @@ jobs:
- name: build nothing
run: |
msys2do ./build-posix.sh
env:
env:
CC: gcc