Skip to content

Commit

Permalink
Create linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jul 15, 2023
1 parent 7031be9 commit ab3bc30
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Linux

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: apt
run: sudo apt-get install mesa-common-dev libglx-dev libxcursor-dev

- name: make
run: make

0 comments on commit ab3bc30

Please sign in to comment.