diff options
| author | 2024-09-12 09:36:39 -0400 | |
|---|---|---|
| committer | 2024-09-12 09:36:39 -0400 | |
| commit | f21f5a82e3cc671ee4670226651ba368c5640364 (patch) | |
| tree | f6f9bb119fec0706ebc574cdf79e9ae96556af16 | |
| parent | Create build.yml (diff) | |
removed chsh in workflow
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a795f8a..d702849 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,10 +49,7 @@ jobs: # Ensure the shell is registered in /etc/shells if ! grep -Fxq "/usr/bin/lush" /etc/shells; then echo "/usr/bin/lush" | sudo tee -a /etc/shells >/dev/null - fi - - # Optionally change the shell - chsh -s /usr/bin/lush + fi - name: Run Lua tests run: lush ./test/run_tests.lua |
