Skip to content

Update to latest vcpkg (2023.12.12) #105

Update to latest vcpkg (2023.12.12)

Update to latest vcpkg (2023.12.12) #105

Workflow file for this run

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