Skip to content

Commit

Permalink
Remove dependency from workflow and add file to build
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias committed Dec 1, 2024
1 parent b78f22a commit b83ed5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/nob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions nob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

0 comments on commit b83ed5a

Please sign in to comment.