We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1355dd commit 32b8da1Copy full SHA for 32b8da1
.github/workflows/check.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
test:
10
name: test
11
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v4
@@ -19,7 +19,7 @@ jobs:
19
sudo apt-get install software-properties-common -y
20
sudo add-apt-repository ppa:dotnet/backports
21
sudo apt-get update
22
- sudo apt-get install dotnet-sdk-9.0 -y --no-install-recommends
+ sudo apt-get install dotnet-sdk-9.0 -y
23
24
- name: Install edgee
25
uses: edgee-cloud/install-edgee-cli@v0.1.0
0 commit comments