Skip to content

Commit 9720080

Browse files
authored
Update copilot-setup-steps.yml
1 parent 755e967 commit 9720080

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
# If you do not check out your code, Copilot will do this for you.
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
- uses: actions/setup-dotnet@v4
19+
with:
20+
global-json-file: global.json
1821
- name: Restore solution
1922
env:
2023
CI: false
21-
run: ./build.sh -c Release
24+
run: dotnet build ./FSharp.Compiler.Service.sln --verbosity quiet

0 commit comments

Comments
 (0)