Skip to content

Commit

Permalink
Update nob.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias authored Jun 21, 2024
1 parent 3e8eff0 commit a3baf81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,15 @@ jobs:
steps:
- 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 install libboost-all-dev libgtest-dev python3-dev python3-pybind11

- name: Build & Test
run: |
g++ -std=c++20 -o nob nob.cpp
Expand Down

0 comments on commit a3baf81

Please sign in to comment.