Skip to content

Commit

Permalink
🔧 Restore --login --noprofile options
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Feb 25, 2024
1 parent 3cfdbef commit 684c90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: macos-14
defaults:
run:
shell: bash -eo pipefail {0}
shell: bash --login --noprofile -eo pipefail {0}
steps:
- name: 📲 Install `mise`
run: |
Expand Down

0 comments on commit 684c90d

Please sign in to comment.