File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 steps :
116116 - uses : actions/checkout@v4
117117 - name : Install testing tools
118- uses : taiki-e/install-action
118+ uses : taiki-e/install-action@v2
119119 with :
120120 tool : cargo-nextest
121121 - name : check and free hdd space left
@@ -180,10 +180,6 @@ jobs:
180180 - name : Rust `$PATH` workaround.
181181 run : echo "$HOME/.cargo/bin" >> $GITHUB_PATH
182182 - uses : Homebrew/actions/setup-homebrew@master
183- - name : Install scarb
184- uses : software-mansion/setup-scarb@v1
185- with :
186- scarb-version : " 2.11.2"
187183 - name : Install deps
188184 run : make deps
189185 - name : Run tests
@@ -248,10 +244,6 @@ jobs:
248244 uses : taiki-e/install-action@v2
249245 with :
250246 tool : cargo-nextest,cargo-llvm-cov
251- - name : Install scarb
252- uses : software-mansion/setup-scarb@v1
253- with :
254- scarb-version : " 2.11.2"
255247 - name : Install deps
256248 run : make deps
257249 - name : Build alexandria
You can’t perform that action at this time.
0 commit comments