Skip to content

Removed unnecessary "unistdio.h" dependancy #11

Removed unnecessary "unistdio.h" dependancy

Removed unnecessary "unistdio.h" dependancy #11

Workflow file for this run

name: GitHub Actions CI/CD
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt update && sudo apt upgrade -y
sudo apt install -y valgrind clang libboost-all-dev git
sudo apt install -y libsdl2-dev colorized-logs
make install packages so
- name: Run tests
run: |
make test