diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c89d150..a5569af 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,15 +45,9 @@ jobs: - run: sudo apt -y install musl-dev musl-tools if: matrix.build == 'linux' - - name: Build Linux - run: | - cargo build --release --locked --target ${{ matrix.target }} --features "openssl/vendored" - if: matrix.build == 'linux' - - name: Build run: | - cargo build --release --locked --target ${{ matrix.target }} - if: matrix.build != 'linux' + cargo build --release --locked --target ${{ matrix.target }} --features "openssl/vendored" - name: Build archive shell: bash