Fix README.md to not use non-existent matrix key

This commit is contained in:
DanielHabenicht
2025-03-30 14:29:30 +02:00
committed by Dave Rolsky
parent f7da401093
commit a448c4b137

View File

@@ -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