Skip to content

Commit ed8e7e4

Browse files
committed
fixup! Add repo-assist.md for automated repository assistant
1 parent 28f0c78 commit ed8e7e4

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,15 @@ jobs:
2626
# If you do not check out your code, Copilot will do this for you.
2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v4
3030

3131
- name: Setup necessary dotnet SDKs
3232
uses: actions/setup-dotnet@v5
3333
with:
3434
global-json-file: global.json
35-
dotnet-version: |
36-
10.x
35+
dotnet-version: 10.x
36+
37+
- name: Restore dependencies
38+
run: |
39+
dotnet restore FSharp.Data.GraphQL.slnx
40+
dotnet restore FSharp.Data.GraphQL.Integration.slnx

0 commit comments

Comments
 (0)