We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b032058 commit 18e4875Copy full SHA for 18e4875
.github/workflows/test.yml
@@ -77,6 +77,7 @@ jobs:
77
run: |
78
sudo rm -rf /etc/zsh /etc/zshenv /etc/zprofile /etc/zshrc /etc/zlogin || true
79
sudo rm -rf ~/.zshenv ~/.zprofile ~/.zshrc ~/.zlogin || true
80
+ sudo chown -R runner:runner dist/ || true
81
shell: bash
82
83
- name: Run zsh tests without sudo
0 commit comments