fixing publish flow

This commit is contained in:
sagie gur ari 2024-09-28 15:10:00 +00:00
parent b6cbe75660
commit 6e31131d5a

View file

@ -25,19 +25,11 @@ jobs:
run: sudo apt-get install musl-tools
- name: Checkout
uses: actions/checkout@v2
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
- name: Install rust windows msvc target
if: matrix.os == 'windows-latest'
uses: actions-rs/toolchain@v1
with:
toolchain: stable-x86_64-pc-windows-msvc
profile: minimal
override: true
- name: Update rust
run: |
rustup override set stable
rustup update stable
rustup target add ${{ matrix.binary_target }}
- name: Install cargo-make
uses: actions-rs/cargo@v1
with: