Skip to content

Commit

Permalink
eres un cabrón, que lo sepas
Browse files Browse the repository at this point in the history
  • Loading branch information
danirod committed Dec 13, 2024
1 parent ecb1f88 commit 22a1d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: What is python?
run: python3 --version
- name: What has python=
run: python3 -c "import sys; print('\n'.join(sys.path))"
run: $(brew --prefix)/bin/python3 -c "import sys; print('\n'.join(sys.path))"
- name: Build macOS version
run: build-aux/macos-build.sh devel
- name: Build installer
Expand Down

0 comments on commit 22a1d8e

Please sign in to comment.