ci: use system shell instead of bash

use #!/bin/sh as shebang instead of bash because it is more portable
This commit is contained in:
Aaron John 2024-12-04 23:05:19 -08:00
parent 56ead98e05
commit 8106ae236b
No known key found for this signature in database

View file

@ -1,3 +1,3 @@
#!/bin/env bash #!/bin/sh
nvim -l tests/minit.lua --minitest nvim -l tests/minit.lua --minitest