Skip to content

Commit d470956

Browse files
authored
Canary push needs dotnet 10 install (#127)
1 parent 77f0943 commit d470956

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ jobs:
124124
packages: write
125125
steps:
126126
- uses: actions/checkout@v5
127+
128+
- name: Setup .NET
129+
uses: actions/setup-dotnet@v5
130+
with:
131+
global-json-file: ./global.json
127132

128133
- uses: actions/download-artifact@v6
129134
with:

0 commit comments

Comments
 (0)