We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a7b5a commit c38f202Copy full SHA for c38f202
1 file changed
.github/workflows/ubuntu.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: actions/setup-dotnet@v4
24
with:
25
dotnet-version: 8.0.x
26
+ cache: true
27
- name: Restore dependencies
28
run: dotnet restore
29
- name: Build
@@ -38,7 +39,7 @@ jobs:
38
39
needs: build
40
strategy:
41
matrix:
- os: [ubuntu-latest, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
42
+ os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
43
44
runs-on: ${{ matrix.os }}
45
@@ -61,6 +62,7 @@ jobs:
61
62
63
64
65
66
- name: List refs
67
run: dotnet list CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference
68
- name: Delete reference
0 commit comments