Skip to content

Add sponsor section to README #5

Add sponsor section to README

Add sponsor section to README #5

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc-mingw-w64-x86-64 make git
- name: Run Unit Tests
run: make test
- name: Verify Windows Build
run: make