remove env from matrix

master
Nick Cardin 4 years ago
parent 1272e4c530
commit 8d2e4baf6e
  1. 8
      .github/workflows/release.yml

@ -24,16 +24,16 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- target: ${{ env.LINUX_AMD64_TARGET }} - target: x86_64-unknown-linux-musl
os: ubuntu-latest os: ubuntu-latest
rust: stable rust: stable
- target: ${{ env.LINUX_ARM64_TARGET }} - target: aarch64-unknown-linux-musl
os: ubuntu-latest os: ubuntu-latest
rust: stable rust: stable
- target: ${{ env.MACOS_TARGET }} - target: x86_64-apple-darwin
os: macos-latest os: macos-latest
rust: stable rust: stable
- target: ${{ env.WINDOWS_TARGET }} - target: x86_64-pc-windows-msvc
os: windows-latest os: windows-latest
rust: stable rust: stable

Loading…
Cancel
Save