Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenByteDev authored Jul 31, 2023
1 parent 00e91dd commit d4a3a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Install .NET SDK ${{ matrix.dotnet }}
run: |
${{ matrix.dotnet_install_download_script }}
${{ matrix.dotnet_install_script }} -Architecture ${{ matrix.arch }} -Channel 5.0
${{ matrix.dotnet_install_script }} -Architecture ${{ matrix.arch }} -Channel 6.0
${{ matrix.dotnet_install_script }} -Architecture ${{ matrix.arch }} -Channel 7.0
${{ matrix.dotnet_install_script }} -Architecture ${{ matrix.arch }} -Channel 8.0
if ($Env:DOTNET_INSTALL_DIR) {
$dotnetRoot = $Env:DOTNET_INSTALL_DIR
Expand Down

0 comments on commit d4a3a0a

Please sign in to comment.