Skip to content

Commit

Permalink
Update setup_machine.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 authored May 29, 2024
1 parent 4f36263 commit d3f4b43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/setup_machine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
# See: etc/shells and https://github.com/actions/runner-images/issues/2187
# shell: /usr/local/bin/zsh {0} # https://github.com/sensuikan1973/dotfiles/pull/159#issuecomment-2136544850
run: |-
/usr/local/bin/zsh {0}
echo "$SHELL"
set -euxo pipefail
source "$HOME/.zshrc"
zsh --version
zsh
which brew
brew --prefix
uname
Expand Down Expand Up @@ -95,10 +95,11 @@ jobs:
- name: upgrade_system_deps test
# shell: /usr/local/bin/zsh {0}
run: |-
/usr/local/bin/zsh {0}
echo "$SHELL"
set -euxo pipefail
source "$HOME/.zshrc"
zsh --version
zsh
echo "$GITHUB_HEAD_REF"
upgrade_system_deps -branch "$GITHUB_HEAD_REF"
flutter doctor
Expand Down

0 comments on commit d3f4b43

Please sign in to comment.