Skip to content

Fix font color in Megachip, and a few other minor edits. #65

Fix font color in Megachip, and a few other minor edits.

Fix font color in Megachip, and a few other minor edits. #65

Workflow file for this run

name: Build Windows
on: [push,pull_request]
jobs:
build-and-deploy:
runs-on: windows-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Build
run: |
cmake -DCMAKE_BUILD_TYPE=Release -S . -B build
cmake --build build
- name: GH Release 🚀
# You may pin to the exact commit or the version.
uses: actions/upload-artifact@v2
with:
name: LinuxRelease
path: build/bin