Skip to content

Commit

Permalink
Add missing cd commands
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Dec 16, 2024
1 parent 03887eb commit e20326c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ jobs:
- run: |
cd native
python build_cvode.py
- run: python build_binaries.py
- run: |
cd native
python build_binaries.py
- if: matrix.name == 'linux' || matrix.name == 'windows'
run: python build_remoting.py
run: |
cd native
python build_remoting.py
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.name }}
Expand Down

0 comments on commit e20326c

Please sign in to comment.