Skip to content

Commit

Permalink
chore: install dotnet8 in CI (appveyor) (#6461)
Browse files Browse the repository at this point in the history
Co-authored-by: Mehmet Nuri Deveci <[email protected]>
  • Loading branch information
hawflau and mndeveci authored Jan 2, 2024
1 parent 6fc1311 commit 2c3655b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor-linux-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ install:
- sh: "PATH=/opt/gradle/gradle-8.4/bin:$PATH"
- sh: "gradle --version"

# Install dotnet8 SDK
- sh: "sudo apt-get update"
- sh: "sudo apt-get install -y dotnet-sdk-8.0"

# Install AWS CLI
- sh: "virtualenv aws_cli"
- sh: "./aws_cli/bin/python -m pip install awscli"
Expand Down
4 changes: 4 additions & 0 deletions appveyor-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ install:
- sh: "PATH=/opt/gradle/gradle-8.4/bin:$PATH"
- sh: "gradle --version"

# Install dotnet8 SDK
- sh: "sudo apt-get update"
- sh: "sudo apt-get install -y dotnet-sdk-8.0"

# Install AWS CLI
- sh: "virtualenv aws_cli"
- sh: "./aws_cli/bin/python -m pip install awscli"
Expand Down

0 comments on commit 2c3655b

Please sign in to comment.