Skip to content

Commit

Permalink
remove dragonfly, target not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
kalamay committed Mar 9, 2024
1 parent bb77767 commit c2c96d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ jobs:
target:
- x86_64-unknown-freebsd
- x86_64-unknown-netbsd
- x86_64-unknown-dragonfly
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand All @@ -101,8 +100,6 @@ jobs:
profile: minimal
toolchain: stable
override: true
- name: Install Target
run: rustup target add ${{ matrix.target }}
- name: Install Cross
run: cargo install cross --git https://github.com/cross-rs/cross --rev 085092c
- name: Cross Test
Expand Down

0 comments on commit c2c96d3

Please sign in to comment.