Skip to content

Commit 202d9ac

Browse files
.
1 parent a2c7076 commit 202d9ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-install.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
steps:
2828
- name: Set environment variable
2929
run: echo "RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}" >> $GITHUB_ACTIONS
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v4
31+
- uses: actions/setup-dotnet@v4
3132
- name: do test install in case of merged pull request
3233
with:
3334
extraVars: 'RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}'

0 commit comments

Comments
 (0)