ref: 0f9d7a11b32491689fc08c7507ece1d4a68af903
dir: /.github/workflows/linux.yml/
name: Linux CI
on: [push, pull_request]
jobs:
  build:
    runs-on: ubuntu-22.04
    
    steps:
    - uses: actions/checkout@v2
    - name: Install Ubuntu dependencies
      run: |
        sudo apt-get update
        sudo apt-get install libsdl2-mixer-dev
    - name: Compile Duke3D
      run: ./build_linux.sh