Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

try correct workflow issue #17

try correct workflow issue

try correct workflow issue #17

name: C/C++ compilation CI
on:
push:
branches: ['master']
pull_request:
branches: ['master']
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make