Skip to content

Commit 6fd41dc

Browse files
committed
need .net 6 installed for release-notes
1 parent 4f09f8f commit 6fd41dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/bootstrap/action.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ runs:
1313
1414
# Install .NET version as mandated by global.json
1515
- uses: actions/setup-dotnet@v4
16-
with:
17-
global-json-file: global.json
16+
with: |
17+
8.0.x
18+
6.0.x
1819
1920
# Setup git config
2021
- uses: elastic/oblt-actions/git/setup@v1

0 commit comments

Comments
 (0)