Skip to content

fix(cpp-compile-check.yml): Changed path for makefile #5

fix(cpp-compile-check.yml): Changed path for makefile

fix(cpp-compile-check.yml): Changed path for makefile #5

name: C++ Compilation Check
on:
push:
branches:
- main
- server/*
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up C++ environment
uses: aminya/setup-cpp@v1
with:
compiler: gcc
- name: Build project
run: make
working-directory: /ver-01.1/