|
|
@ -53,7 +53,7 @@ jobs:
|
|
|
|
target: ${{ matrix.platform.target }}
|
|
|
|
target: ${{ matrix.platform.target }}
|
|
|
|
toolchain: ${{ matrix.toolchain }}
|
|
|
|
toolchain: ${{ matrix.toolchain }}
|
|
|
|
args: "--locked --release --all-features"
|
|
|
|
args: "--locked --release --all-features"
|
|
|
|
strip: true
|
|
|
|
strip: false
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install memflowup
|
|
|
|
- name: Install memflowup
|
|
|
|
run: cargo install --git https://github.com/memflow/memflowup
|
|
|
|
run: cargo install --git https://github.com/memflow/memflowup
|
|
|
|