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 ca5889a commit 306063a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/setup_machine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@ jobs:
- name: 1st, run setup script
run: cd ~/dotfiles && ./setup.sh
- name: 2nd, run setup script
run: cd ~/dotfiles && ./setup.sh && which zsh
run: cd ~/dotfiles && ./setup.sh

- run: which zsh

- name: rough command test
# See: https://docs.github.com/ja/actions/learn-github-actions/environment-variables
# See: etc/shells and https://github.com/actions/runner-images/issues/2187
shell: /usr/bin/zsh {0}
shell: zsh {0}
run: |-
echo "$SHELL"
set -euxo pipefail
Expand Down Expand Up @@ -92,7 +94,7 @@ jobs:
openssl --version
- name: upgrade_system_deps test
shell: /usr/bin/zsh {0}
shell: zsh {0}
run: |-
echo "$SHELL"
set -euxo pipefail
Expand Down

0 comments on commit 306063a

Please sign in to comment.