We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c7076 commit 202d9acCopy full SHA for 202d9ac
.github/workflows/test-install.yml
@@ -27,7 +27,8 @@ jobs:
27
steps:
28
- name: Set environment variable
29
run: echo "RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}" >> $GITHUB_ACTIONS
30
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v4
31
+ - uses: actions/setup-dotnet@v4
32
- name: do test install in case of merged pull request
33
with:
34
extraVars: 'RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}'
0 commit comments