Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknus committed Dec 11, 2024
1 parent 7095348 commit 9f633d6
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions recipes/serial-monitor-rust/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,34 +33,29 @@ build:

requirements:
build:
- ${{ compiler('rust') }}
- ${{ compiler('c') }}
- ${{ compiler('cxx') }}
- cargo-bundle-licenses
- pkg-config
- if: win
then:
- vs_win-64=2022.12
- rust=1.82

host:
- ${{ compiler('rust') }}
- ${{ compiler('c') }}
- ${{ compiler('cxx') }}
- cargo-bundle-licenses
- pkg-config
- if: linux
then:
- ${{ compiler('rust') }}
- ${{ compiler('c') }}
- ${{ compiler('cxx') }}
- conda-forge::libclang
- conda-forge::gtk3
- conda-forge::libxcb
- conda-forge::libxkbcommon
- conda-forge::openssl
- conda-forge::libudev
- if: win
- if: osx
then:
- vs_win-64=2022.12
- rust=1.82
- ${{ compiler('rust') }}
- ${{ compiler('c') }}
- ${{ compiler('cxx') }}

run:
- if: linux
Expand Down

0 comments on commit 9f633d6

Please sign in to comment.