Skip to content

Commit

Permalink
fixing publish flow
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Sep 28, 2024
1 parent b6cbe75 commit 6e31131
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6e31131

Please sign in to comment.