diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index 296aba2..ca38b92 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -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"