Skip to content

Commit

Permalink
bump-chrome-version.yml: Use .dotnet/dotnet if available, else use …
Browse files Browse the repository at this point in the history
…the system installed one (dotnet#95286)

…e system installed one.

Fixes:
`/home/runner/work/_temp/a5c062c7-589b-41d2-8f29-8769ac5e9ffd.sh: line 1: .dotnet/dotnet: No such file or directory`

`.dotnet/dotnet` is installed only if version in `global.json` is not already installed system-wide.
  • Loading branch information
radical authored Nov 27, 2023
1 parent 4689814 commit 283ca83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-chrome-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run UpdateToLatestVersion
run: >-
make -C src/mono/wasm build-tasks &&
.dotnet/dotnet build eng/testing/bump-chrome-version.proj -p:Configuration=Release &&
PATH=$PWD/.dotnet:$PATH dotnet build eng/testing/bump-chrome-version.proj -p:Configuration=Release &&
git add eng/testing/ChromeVersions.props &&
cat eng/testing/bump-chrome-pr.env >> "$GITHUB_ENV"
Expand Down

0 comments on commit 283ca83

Please sign in to comment.