Skip to content

Commit 32b8da1

Browse files
committed
restore ubuntu-latest, remove --no-install-recommends
1 parent f1355dd commit 32b8da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
test:
1010
name: test
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
@@ -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 --no-install-recommends
22+
sudo apt-get install dotnet-sdk-9.0 -y
2323
2424
- name: Install edgee
2525
uses: edgee-cloud/[email protected]

0 commit comments

Comments
 (0)