Skip to content

Commit 097fae4

Browse files
authored
Update ci.yml
1 parent 1d64cd3 commit 097fae4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
NETCOREHOST_TEST_NETCORE_VERSION: net${{ matrix.dotnet }}
4444
steps:
4545
- uses: actions/checkout@v3
46+
47+
- name: Ensure execute permission on install script
48+
run: chmod +x ./.github/scripts/install-dotnet-${{ matrix.platform }}
4649

4750
- name: Install .NET SDK ${{ matrix.dotnet }}
4851
run: |

0 commit comments

Comments
 (0)