We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9fc56d commit 74e5774Copy full SHA for 74e5774
2 files changed
.github/workflows/main.yml
@@ -20,13 +20,13 @@ jobs:
20
with:
21
submodules: true
22
- name: Setup .NET Core 2.1
23
- uses: actions/setup-dotnet@main
+ uses: actions/setup-dotnet@v1
24
25
- dotnet-version: '2.1.810'
+ dotnet-version: '2.1.x'
26
- name: Setup .NET Core 3.1
27
28
29
- dotnet-version: '3.1.402'
+ dotnet-version: '3.1.x'
30
- name: Set Mono Version
31
if: matrix.os == 'macos-latest'
32
run: echo ::add-path::/Library/Frameworks/Mono.framework/Versions/6.4.0/bin
Src/DLR
0 commit comments