Fix whitespace errors (no code changes)

This commit is contained in:
Albrecht Schlosser
2022-03-31 16:00:11 +02:00
parent 34d02a3ddf
commit e91d65cd2f
19 changed files with 77 additions and 77 deletions

View File

@@ -49,12 +49,12 @@ jobs:
- name: Install prerequisites
run: sudo apt-get update -y && sudo apt-get install -y libasound2-dev libglu1-mesa-dev libwayland-dev wayland-protocols libdbus-1-dev libxkbcommon-dev libegl-dev libpangocairo-1.0-0 libopengl-dev libpango1.0-dev libgtk-3-dev
- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
# We'll use this as our working directory for all subsequent commands
run: cmake -E make_directory ${{github.workspace}}/build
- name: Configure CMake
# Use a bash shell so we can use the same syntax for environment variable
# access regardless of the host operating system