Skip to content

Commit 6230856

Browse files
committed
set bash as default shell
1 parent 2edefa9 commit 6230856

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/buildAndTest-FreeBSD.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ jobs:
2020
id: vm
2121
with:
2222
usesh: true
23+
prepare: |
24+
pkg update
25+
pkg install -y sudo bash
26+
chsh -s /usr/bin/bash
2327
- name: "Add Dependencies"
2428
shell: freebsd {0}
2529
run: |
26-
pkg update
27-
pkg install -y bash sudo
28-
bash
2930
cd $GITHUB_WORKSPACE
3031
export COMPILER=${{ matrix.compiler }}
3132
source ./scripts/compilerName.sh

0 commit comments

Comments
 (0)