diff --git a/.github/workflows/nob.yml b/.github/workflows/nob.yml index ccf8ea3..c158a8f 100644 --- a/.github/workflows/nob.yml +++ b/.github/workflows/nob.yml @@ -10,11 +10,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Python setup - uses: actions/setup-python@v5 - with: - python-version: '3' - - name: Install dependencies run: | sudo apt-get update diff --git a/nob.cpp b/nob.cpp index 3aef595..02d3aed 100644 --- a/nob.cpp +++ b/nob.cpp @@ -184,4 +184,5 @@ int main(int argc, char* argv[]) build_cpp_file("adventofcode/2023/day/02/cube_conundrum.cpp"); build_cpp_file("adventofcode/2023/day/20/pulse_propagation.cpp"); build_cpp_file("adventofcode/2022/day/25/snafu.cpp"); + build_cpp_file("adventofcode/2024/day/01/historian_hysteria.cpp"); }