Skip to content

Commit

Permalink
🔥 Remove --noprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Feb 25, 2024
1 parent 684c90d commit 4a490b2
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 --login --noprofile -eo pipefail {0}
shell: bash --login -eo pipefail {0}
steps:
- name: 📲 Install `mise`
run: |
Expand Down

0 comments on commit 4a490b2

Please sign in to comment.