mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
update
This commit is contained in:
@@ -19,8 +19,8 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- target: x86_64-unknown-linux-gnu
|
- target: x86_64-unknown-linux-gnu
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
- target: x86_64-unknown-linux-musl
|
# - target: x86_64-unknown-linux-musl
|
||||||
os: ubuntu-latest
|
# os: ubuntu-latest
|
||||||
- target: x86_64-apple-darwin
|
- target: x86_64-apple-darwin
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
@@ -56,9 +56,9 @@ jobs:
|
|||||||
pnpm install
|
pnpm install
|
||||||
pnpm run build
|
pnpm run build
|
||||||
|
|
||||||
- name: Install musl-tools (Linux musl only)
|
# - name: Install musl-tools (Linux musl only)
|
||||||
if: matrix.target == 'x86_64-unknown-linux-musl'
|
# if: matrix.target == 'x86_64-unknown-linux-musl'
|
||||||
run: sudo apt-get update && sudo apt-get install -y musl-tools && sudo apt-get install -y libssl-dev pkg-config
|
# run: sudo apt-get update && sudo apt-get install -y musl-tools
|
||||||
|
|
||||||
- name: Build aarch64 Rust backend
|
- name: Build aarch64 Rust backend
|
||||||
if: matrix.target == 'aarch64-unknown-linux-gnu'
|
if: matrix.target == 'aarch64-unknown-linux-gnu'
|
||||||
|
|||||||
Reference in New Issue
Block a user