mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-12-07 22:25:40 +00:00
Compare commits
2 Commits
3df0c0ca35
...
264ad8451d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
264ad8451d | ||
|
|
1de2eb77f4 |
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
packages.microsoft.com:443
|
packages.microsoft.com:443
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: sudo apt-get update; sudo apt-get install ${{ matrix.shell }}
|
- run: sudo apt-get update; sudo apt-get install ${{ matrix.shell }}
|
||||||
if: matrix.shell == 'zsh' || matrix.shell == 'ksh' || matrix.shell == 'bash'
|
if: matrix.shell == 'zsh' || matrix.shell == 'ksh'
|
||||||
# zsh (https://github.com/actions/runner-images/issues/264) and ksh are not in the ubuntu image
|
# zsh (https://github.com/actions/runner-images/issues/264) and ksh are not in the ubuntu image
|
||||||
shell: bash
|
shell: bash
|
||||||
- run: sudo ${{ matrix.shell }} --version 2> /dev/null || dpkg -s ${{ matrix.shell }} 2> /dev/null || which ${{ matrix.shell }}
|
- run: sudo ${{ matrix.shell }} --version 2> /dev/null || dpkg -s ${{ matrix.shell }} 2> /dev/null || which ${{ matrix.shell }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user