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 1d64cd3 commit 097fae4Copy full SHA for 097fae4
.github/workflows/ci.yml
@@ -43,6 +43,9 @@ jobs:
43
NETCOREHOST_TEST_NETCORE_VERSION: net${{ matrix.dotnet }}
44
steps:
45
- uses: actions/checkout@v3
46
+
47
+ - name: Ensure execute permission on install script
48
+ run: chmod +x ./.github/scripts/install-dotnet-${{ matrix.platform }}
49
50
- name: Install .NET SDK ${{ matrix.dotnet }}
51
run: |
0 commit comments