Fix README.md to not use non-existent matrix key
This commit is contained in:
committed by
Dave Rolsky
parent
f7da401093
commit
a448c4b137
@@ -46,7 +46,7 @@ jobs:
|
|||||||
- name: Build binary
|
- name: Build binary
|
||||||
uses: houseabsolute/actions-rust-cross@v1
|
uses: houseabsolute/actions-rust-cross@v1
|
||||||
with:
|
with:
|
||||||
command: ${{ matrix.platform.command }}
|
command: build
|
||||||
target: ${{ matrix.platform.target }}
|
target: ${{ matrix.platform.target }}
|
||||||
args: "--locked --release"
|
args: "--locked --release"
|
||||||
strip: true
|
strip: true
|
||||||
|
|||||||
Reference in New Issue
Block a user