Skip to content

Commit

Permalink
Install SDK instead of runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
notjagan authored Nov 9, 2023
1 parent 1560b63 commit 99d2cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_BEFORE_ALL: curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --runtime dotnet --version 6.0.24
CIBW_BEFORE_ALL: curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 6.0.416
CIBW_BEFORE_BUILD: >
export DOTNET_ROOT=$HOME/.dotnet &&
export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools &&
Expand Down

0 comments on commit 99d2cd0

Please sign in to comment.