mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-04 15:07:34 +00:00
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:
parent
56ead98e05
commit
8106ae236b
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/env bash
|
||||
#!/bin/sh
|
||||
|
||||
nvim -l tests/minit.lua --minitest
|
||||
|
|
Loading…
Add table
Reference in a new issue