Skip to content

Commit

Permalink
#8 add castxml to path
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Mar 18, 2024
1 parent 97968c0 commit 6487dd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install --user pytest pyyaml pygccxml castxml
pip install pytest pyyaml pygccxml castxml
- name: Set PYTHONPATH
- name: Set Paths
run: |
echo "PATH=$Python3_ROOT_DIR/bin:$PATH" >> ${GITHUB_ENV}
echo "PYTHONPATH=${{ github.workspace }}/cppwg:$PYTHONPATH" >> ${GITHUB_ENV}
- name: Generate Wrappers
Expand Down

0 comments on commit 6487dd9

Please sign in to comment.