aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Lance Borden 2024-09-12 09:36:39 -0400
committerGravatar GitHub 2024-09-12 09:36:39 -0400
commitf21f5a82e3cc671ee4670226651ba368c5640364 (patch)
treef6f9bb119fec0706ebc574cdf79e9ae96556af16 /.github
parentCreate build.yml (diff)
removed chsh in workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml5
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