Skip to content

Merge branch 'main' of https://github.com/Shyliuli/shycc #12

Merge branch 'main' of https://github.com/Shyliuli/shycc

Merge branch 'main' of https://github.com/Shyliuli/shycc #12

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
- uses: actions/download-artifact@v4
with:
name: shycc
- name: Display structure of downloaded files
run: ls -R