From 51b1e7bdc2c09ccdee4e408fb13aff36e6b7cc90 Mon Sep 17 00:00:00 2001 From: Shibuya Keita Date: Thu, 22 Feb 2024 17:08:35 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20#7=20=E3=82=A4=E3=83=B3=E3=82=B9?= =?UTF-8?q?=E3=83=88=E3=83=BC=E3=83=A9=E3=81=AE=E5=AE=9F=E8=A1=8C=E6=A8=A9?= =?UTF-8?q?=E9=99=90=E3=82=92=E4=BB=98=E4=B8=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check_install.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check_install.yaml b/.github/workflows/check_install.yaml index 93dbb9c..4b603c0 100644 --- a/.github/workflows/check_install.yaml +++ b/.github/workflows/check_install.yaml @@ -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