mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-11-28 07:21:21 +08:00
Use "shell: sh" to the check-rellinks step.
This commit is contained in:
parent
9bebf437ff
commit
e060a6842a
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -175,6 +175,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: theelves/up
|
||||
defaults:
|
||||
run:
|
||||
shell: sh
|
||||
steps:
|
||||
- name: Set up workspace
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user