diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-04-01 14:36:41 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-04-01 14:36:41 +0200 |
| commit | d992a1240394acbf410a875c0196b750f449e3f0 (patch) | |
| tree | b8e373f8174b765f0198d78e804d4a80fc0c7d46 /.github | |
| parent | a53efd73d7619173f93e58d4c85da12d4cda2101 (diff) | |
| parent | e91d65cd2fa4ea1965de5035e658bb866fcf38db (diff) | |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to '.github')
| -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 |
