Skip to content

Commit abfee20

Browse files
committed
Add setup-dotnet action to GitHub workflows
1 parent ced8acb commit abfee20

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/codeql-analysis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Checkout repository
3030
uses: actions/checkout@v3
3131

32+
- name: Install dotnet
33+
uses: actions/setup-dotnet@v3
34+
3235
# Initializes the CodeQL tools for scanning.
3336
- name: Initialize CodeQL
3437
uses: github/codeql-action/init@v2

.github/workflows/emacs-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v3
1919

20+
- name: Install dotnet
21+
uses: actions/setup-dotnet@v3
22+
2023
- name: Build PSES
2124
shell: pwsh
2225
run: tools/azurePipelinesBuild.ps1

.github/workflows/vim-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v3
1919

20+
- name: Install dotnet
21+
uses: actions/setup-dotnet@v3
22+
2023
- name: Build PSES
2124
shell: pwsh
2225
run: tools/azurePipelinesBuild.ps1

0 commit comments

Comments
 (0)