We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e06c9 commit a38706fCopy full SHA for a38706f
1 file changed
.github/workflows/scripts-test.yaml
@@ -20,7 +20,6 @@ jobs:
20
- name: Setup .NET SDK
21
uses: actions/setup-dotnet@v4
22
with:
23
- dotnet-version: |
24
- 9.x
+ dotnet-version: 9.0.x
25
- name: build
26
run: bash build.sh
0 commit comments