Skip to content

Commit 8916153

Browse files
authored
Merge pull request #197 from IABTechLab/dave/configure-dotnet-env
2 parents 3e677d8 + bfac734 commit 8916153

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/shared-publish-to-ios-version.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ jobs:
4343
with:
4444
fetch-depth: 0
4545

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+
4653
- name: Set version number
4754
id: version
4855
uses: IABTechLab/uid2-shared-actions/actions/version_number@v2

0 commit comments

Comments
 (0)