Skip to content

Commit

Permalink
fix: #7 インストーラの実行権限を付与
Browse files Browse the repository at this point in the history
  • Loading branch information
KeitaSHIBUYA committed Feb 22, 2024
1 parent b03d377 commit 51b1e7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Install dotfiles
run: |
echo $SHELL
chmod +x ./bin/ubuntu_install.sh \
yes | ./bin/ubuntu_install.sh \
&& ls -la ~/ | grep .zshrc
Expand Down

0 comments on commit 51b1e7b

Please sign in to comment.