File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -67,22 +67,22 @@ jobs:
6767 retention-days : 1
6868
6969 releasetest :
70- name : Test Release / ${{matrix.shell- pkg}}
70+ name : Test Release / ${{matrix.shell. pkg}}
7171 needs : releasebuildcheck
7272 runs-on : ubuntu-latest
7373 strategy :
7474 fail-fast : false
7575 matrix :
7676 shell : [
77- {"shell- pkg": "bash", "shell- bin": "/bin/bash"},
78- {"shell- pkg": "zsh", "shell- bin": "/bin/zsh"},
79- {"shell- pkg": "fish", "shell- bin": "/bin/fish"}
77+ {"pkg": "bash", "bin": "/bin/bash"},
78+ {"pkg": "zsh", "bin": "/bin/zsh"},
79+ {"pkg": "fish", "bin": "/bin/fish"}
8080 ]
8181 container :
8282 image : " ubuntu:24.04"
8383 steps :
8484 - name : Prepare System
85- run : apt-get update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install ca-certificates gpg tzdata ${{matrix.shell- pkg}} && chsh -s ${{matrix.shell- bin}}
85+ run : apt-get update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install ca-certificates gpg tzdata ${{matrix.shell. pkg}} && chsh -s ${{matrix.shell. bin}}
8686 - name : Download Release
8787 uses : actions/download-artifact@v4
8888 with :
You can’t perform that action at this time.
0 commit comments