@@ -119,7 +119,7 @@ jobs:
119119 - run : pkgx -qq git --version
120120 - run : pkgx -s git --version
121121 - run : pkgx -j +git
122- - run : pkgx git\* --version # test star constraints are valid
122+ - run : pkgx git\* --version # test star constraints are valid
123123 - run : pkgx /usr/bin/awk --version
124124 - run : pkgx +yarnpkg.com yarn --version
125125 - run : pkgx +yarnpkg.com -- yarn --version
@@ -132,8 +132,8 @@ jobs:
132132 # regression test: cargo has deep deps on linux that exercise range intersection
133133 - run : pkgx +cargo
134134
135- - run : ' ! pkgx flubber-flubbles' # cmd not found machinery
136- - run : ' ! pkgx --sync flubber-flubbles' # cmd not found machinery separate if branch
135+ - run : " ! pkgx flubber-flubbles" # cmd not found machinery
136+ - run : " ! pkgx --sync flubber-flubbles" # cmd not found machinery separate if branch
137137
138138 # create a fork bomb, but since it’s via pkgx we prevent it
139139 - run : |
@@ -168,7 +168,7 @@ jobs:
168168 pkgx -Q
169169
170170 - run : if [ $(find ~/.pkgx -name .tmp\* -type d | wc -l) -gt 0 ]; then
171- exit 1;
171+ exit 1;
172172 fi
173173
174174 - name : --shebang test 1
@@ -180,7 +180,7 @@ jobs:
180180 - name : --shebang test 2
181181 run : test $(pkgx -q! echo fail hi) = hi
182182
183- - name : ' @latest'
183+ - name : " @latest"
184184 run : |
185185 pkgx semverator eq $(pkgx krampus=0.2.0 --version) 0.2.0
186186 pkgx semverator gt $(pkgx krampus@latest --version) 0.2.0
@@ -232,7 +232,7 @@ jobs:
232232 test-minimal-container :
233233 needs : fmt
234234 runs-on : ubuntu-latest
235- container : debian:buster -slim
235+ container : debian:bullseye -slim
236236 steps :
237237 - uses : actions/checkout@v5
238238 - run : apt-get update && apt-get install -y curl make gcc perl
0 commit comments