Skip to content

dependabot[bot] is building with nobuild #299

dependabot[bot] is building with nobuild

dependabot[bot] is building with nobuild #299

Workflow file for this run

name: nob
run-name: ${{ github.actor }} is building with nobuild
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libboost-all-dev libgtest-dev
- name: Build & Test
run: |
g++ -std=c++23 -fsanitize=address,undefined -fsanitize-address-use-after-scope -D_GLIBCXX_DEBUG -o nob nob.cpp
./nob