Skip to content

Commit 5fd651b

Browse files
committed
chore: update shell configuration and font package
- add default configuration for shell - change font package from `font-hack-nerd-font` to `font-fira-code-nerd-font`
1 parent 347d88c commit 5fd651b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- ci
77

8+
defaults:
9+
run:
10+
shell: bash # necessary for windows
11+
812
jobs:
913
fmt:
1014
name: cargo fmt
@@ -86,7 +90,7 @@ jobs:
8690
run: |
8791
if [[ $RUNNER_OS == "macOS" ]]; then
8892
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh && brew upgrade
89-
brew install font-hack-nerd-font
93+
brew install --cask font-fira-code-nerd-font
9094
fi
9195
9296
- name: cargo test

0 commit comments

Comments
 (0)