Skip to content

Commit

Permalink
[Dependencies] - Update .github/actions/build-tools/action.yml to mat…
Browse files Browse the repository at this point in the history
…ch the template repo
  • Loading branch information
credfeto committed Jul 26, 2023
1 parent 7577f0e commit 0e6b9ce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/actions/build-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,19 @@ runs:
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"

- name: Install Sleet package management tool
shell: bash
run: dotnet tool install --local Sleet
env:
DOTNET_ROOT: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}"
DOTNET_INSTALL_DIR: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}"
DOTNET_MULTILEVEL_LOOKUP: "false"
DOTNET_NOLOGO: "true"
DOTNET_PRINT_TELEMETRY_MESSAGE: "false"
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"

- name: Install Build Version Tool
shell: bash
run: dotnet tool install --local FunFair.BuildVersion
Expand Down

0 comments on commit 0e6b9ce

Please sign in to comment.