Skip to content

Commit

Permalink
Update mujs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eko5624 committed Feb 17, 2025
1 parent 0b7efec commit 2022e27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mujs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
with:
python-version: '3.12'
- name: Build
run: cd mujs; makepkg-$COMPILER
run: |
export pypath=$(cygpath -u $pythonLocation)
cd mujs; makepkg-$COMPILER
- name: Release
shell: bash
run: ./release-dev.sh mujs-dev mujs

0 comments on commit 2022e27

Please sign in to comment.