Skip to content

Commit

Permalink
Cd to correct folder before codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
shBLOCK committed Sep 5, 2023
1 parent 855da70 commit 5c1223f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ jobs:
- name: Install Dependencies
run: pip install -r requirements.txt

- run: cd codegen

- name: Codegen - Vector
run: python codegen/vector_codegen.py
run: python vector_codegen.py

- run: cd ..

- run: copy "codegen\output\*" "src\gdmath"

Expand Down

0 comments on commit 5c1223f

Please sign in to comment.