Skip to content

add gh action

add gh action #1

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install GCC
run: sudo apt-get install -y gcc
- name: Build
run: build