File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158158 uses : houseabsolute/actions-rust-cross@v0
159159 with :
160160 command : build
161- cross-version : a9b43d4 # Until upgrade from 0.2.5 to support solaris-amd64
161+ cross-version : 51f46f2 # Until upgrade from 0.2.5
162162 target : ${{ matrix.platform.target }}
163163 toolchain : ${{ matrix.toolchain }}
164164 args : " --locked --release"
@@ -167,7 +167,7 @@ jobs:
167167 uses : houseabsolute/actions-rust-cross@v0
168168 with :
169169 command : test
170- cross-version : a9b43d4 # Until upgrade from 0.2.5 to support solaris-amd64
170+ cross-version : 51f46f2 # Until upgrade from 0.2.5
171171 target : ${{ matrix.platform.target }}
172172 toolchain : ${{ matrix.toolchain }}
173173 args : " --locked --release"
You can’t perform that action at this time.
0 commit comments