Skip to content

Merge pull request #2 from EmK530/EmK530-patch-1 #109

Merge pull request #2 from EmK530/EmK530-patch-1

Merge pull request #2 from EmK530/EmK530-patch-1 #109

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: latest
platform: x64