Skip to content

Fixing vulnerability issues #16

Fixing vulnerability issues

Fixing vulnerability issues #16

Workflow file for this run

name: C/C++ CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest, ubuntu-latest ]
steps:
- uses: actions/checkout@v4
- run: make