Skip to content

Commit

Permalink
Update pvsneslib_build_package.yml
Browse files Browse the repository at this point in the history
update sed path for macos
  • Loading branch information
alekmaul authored Jun 10, 2024
1 parent 2a1d11f commit a6732e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pvsneslib_build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
if: (matrix.name == 'darwin')
run: |
export PVSNESLIB_HOME=$(pwd)
export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"
export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
make release | tee pvsneslib_release_${{ matrix.name }}.log
# ------------------------------------ #
Expand Down

0 comments on commit a6732e2

Please sign in to comment.