Skip to content

Commit 34c282e

Browse files
committed
Update cross
1 parent 6107eba commit 34c282e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)