Browse Source

Update linux.yml

pull/1357/head
Ray 4 years ago
committed by GitHub
parent
commit
a29f0695ef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/linux.yml

+ 1
- 0
.github/workflows/linux.yml View File

@ -35,6 +35,7 @@ jobs:
mkdir include
mkdir lib
cd ../../../raylib
sudo apt-get install gcc-multilib
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
- name: Build Library

Loading…
Cancel
Save