Skip to content

Commit

Permalink
hotfix: override matrix-derived toolchain installation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
brainstorm committed Oct 26, 2021
1 parent 2249e09 commit c7f68a7
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/rust.yml
Expand Up @@ -168,15 +168,21 @@ jobs:
with:
submodules: recursive

- name: Install stable toolchain
uses: actions-rs/toolchain@v1.0.6
with:
toolchain: stable
override: true

- name: Install htslib dependencies
run: brew install bzip2 zlib xz curl-openssl

- uses: actions-rs/toolchain@v1.0.6
with:
toolchain: ${{ matrix.toolchain }}
target: ${{ matrix.toolchain_target }}
override: true
default: ${{ matrix.default }}
#- uses: actions-rs/toolchain@v1.0.6
# with:
# toolchain: ${{ matrix.toolchain }}
# target: ${{ matrix.toolchain_target }}
# #override: true
# default: ${{ matrix.default }}

- name: Test
uses: actions-rs/cargo@v1.0.1
Expand Down

0 comments on commit c7f68a7

Please sign in to comment.