We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e677d8 + bfac734 commit 8916153Copy full SHA for 8916153
1 file changed
.github/workflows/shared-publish-to-ios-version.yaml
@@ -43,6 +43,13 @@ jobs:
43
with:
44
fetch-depth: 0
45
46
+ - name: Configure dotnet environment
47
+ run: |
48
+ # See https://github.com/actions/runner-images/issues/13470
49
+ if [[ "$(uname)" == "Darwin" ]]; then
50
+ echo "DOTNET_ROOT=$HOME/.dotnet" >> "$GITHUB_ENV"
51
+ fi
52
+
53
- name: Set version number
54
id: version
55
uses: IABTechLab/uid2-shared-actions/actions/version_number@v2
0 commit comments