diff options
| author | Ray <[email protected]> | 2024-03-07 12:10:18 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-03-07 12:10:18 +0100 |
| commit | 190487383860c54d1746444f17b59c36decfca1e (patch) | |
| tree | 5da3d11b7ab9709328d30f679e6f0f84f763cb81 /.github/workflows/linux_examples.yml | |
| parent | 68b553cfc157a996e92da053d9e7b8beb92de0c0 (diff) | |
| parent | c7b362d19dd32b00a0fce90bc9abe8afd3d4b754 (diff) | |
| download | raylib-190487383860c54d1746444f17b59c36decfca1e.tar.gz raylib-190487383860c54d1746444f17b59c36decfca1e.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to '.github/workflows/linux_examples.yml')
| -rw-r--r-- | .github/workflows/linux_examples.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux_examples.yml b/.github/workflows/linux_examples.yml index 2d26b5fa..065b9957 100644 --- a/.github/workflows/linux_examples.yml +++ b/.github/workflows/linux_examples.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Environment run: | sudo apt-get update -qq - sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libxfixes-dev + sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libxfixes-dev libwayland-bin - name: Build Library run: | |
