|
@@ -54,13 +54,13 @@ jobs:
|
|
- target: aarch64-pc-windows-msvc
|
|
- target: aarch64-pc-windows-msvc
|
|
os: windows-latest
|
|
os: windows-latest
|
|
- target: x86_64-apple-darwin
|
|
- target: x86_64-apple-darwin
|
|
- os: macos-latest
|
|
|
|
|
|
+ os: macos-13
|
|
- target: aarch64-apple-darwin
|
|
- target: aarch64-apple-darwin
|
|
os: macos-latest
|
|
os: macos-latest
|
|
- target: x86_64-unknown-linux-gnu
|
|
- target: x86_64-unknown-linux-gnu
|
|
os: ubuntu-latest
|
|
os: ubuntu-latest
|
|
- - target: aarch64-unknown-linux-gnu
|
|
|
|
- os: ubuntu-latest
|
|
|
|
|
|
+ # - target: aarch64-unknown-linux-gnu
|
|
|
|
+ # os: ubuntu-latest
|
|
steps:
|
|
steps:
|
|
- name: Checkout
|
|
- name: Checkout
|
|
uses: actions/checkout@v4
|
|
uses: actions/checkout@v4
|
|
@@ -69,6 +69,10 @@ jobs:
|
|
if: matrix.platform.os == 'macos-latest'
|
|
if: matrix.platform.os == 'macos-latest'
|
|
run: brew install openssl
|
|
run: brew install openssl
|
|
|
|
|
|
|
|
+ - name: Install nasm for windows (tls)
|
|
|
|
+ if: ${{ matrix.platform.target == 'x86_64-pc-windows-msvc' }}
|
|
|
|
+ uses: ilammy/setup-nasm@v1
|
|
|
|
+
|
|
- name: Install stable
|
|
- name: Install stable
|
|
uses: dtolnay/rust-toolchain@master
|
|
uses: dtolnay/rust-toolchain@master
|
|
with:
|
|
with:
|