Skip to content

Commit

Permalink
Updated GitHub workfloat pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 9, 2024
1 parent b727c0e commit ee1a253
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,17 @@ jobs:
with:
cuda: '12.5.0'

- name: Python 3.12 Installation
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Get build dependencies
run: sudo apt install build-essential make -y
run: sudo apt install build-essential -y

- name: Build Zhivo
run: |
chmod +x ./build.sh
./build.sh
python build.py
- name: Build verification
run: |
Expand Down

0 comments on commit ee1a253

Please sign in to comment.