Skip to content

Commit

Permalink
Update gir-files location
Browse files Browse the repository at this point in the history
  • Loading branch information
badcel committed Feb 7, 2025
1 parent 44f802f commit 2a9d1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-update-gir-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
brew install gobject-introspection
brew install gtksourceview5
- name: Extract gir files
run: python transfer.py /usr/local/share/gir-1.0/ ./macos gir_files.txt
run: python transfer.py /opt/homebrew/share/gir-1.0/ ./macos gir_files.txt
- name: Create pull request
uses: peter-evans/create-pull-request@v4
with:
Expand Down

0 comments on commit 2a9d1c9

Please sign in to comment.