Skip to content

minor fixes + pixel opacity fix for megachip #127

minor fixes + pixel opacity fix for megachip

minor fixes + pixel opacity fix for megachip #127

Workflow file for this run

name: Build Linux
on: [push,pull_request]
jobs:
build-and-deploy:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Misc Packages
run: sudo apt-get update && sudo apt install libx11-dev libxext-dev libgl1 libglx-mesa0 mesa-common-dev
- name: Build
run: |
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build .
- name: GH Release
uses: actions/upload-artifact@v4
with:
name: LinuxRelease
path: build/bin