Skip to content

Commit

Permalink
Cd commands doesn't work the normal way...
Browse files Browse the repository at this point in the history
  • Loading branch information
shBLOCK committed Sep 5, 2023
1 parent 5c1223f commit 694b09e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ jobs:
- name: Install Dependencies
run: pip install -r requirements.txt

- run: cd codegen

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

- run: cd ..
run: cmd /c "cd codegen && python vector_codegen.py"

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

Expand Down

0 comments on commit 694b09e

Please sign in to comment.