-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed other workflows (at least for now)
- Loading branch information
Showing
5 changed files
with
6 additions
and
123 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,12 @@ jobs: | |
steps: | ||
- name: Checkout 🛎️ | ||
uses: actions/[email protected] | ||
- name: Install dependencies | ||
# We don't actually use these dependencies, but they are needed for find package. | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install -y libx11-dev libxi-dev libxrandr-dev libxinerama-dev libxcursor-dev | ||
sudo apt-get install -y libgl1-mesa-dev libegl1-mesa-dev libasound2-dev | ||
- name: Configure & Build 🔧 | ||
run: | | ||
mkdir build | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.