Skip to content

Commit 90e7485

Browse files
committed
avoid installing dotnet-sdk-aot-9.0 on build
1 parent 8f45896 commit 90e7485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
sudo apt-get install software-properties-common -y
2020
sudo add-apt-repository ppa:dotnet/backports
2121
sudo apt-get update
22-
sudo apt-get install dotnet-sdk-9.0 -y
22+
sudo apt-get install dotnet-sdk-9.0 -y --no-install-recommends
2323
2424
- name: Install edgee
2525
uses: edgee-cloud/[email protected]

0 commit comments

Comments
 (0)