diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-03-31 16:00:11 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-03-31 16:00:11 +0200 |
| commit | e91d65cd2fa4ea1965de5035e658bb866fcf38db (patch) | |
| tree | 7f76333dd3bf942e36fe1ec75fcc54bc86fad96e /.github/workflows | |
| parent | 34d02a3ddf4753d512863b064998d163dc7e1da4 (diff) | |
Fix whitespace errors (no code changes)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3516ea5e4..92ce4b19e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |
