1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 13:40:06 +00:00

Change Workflows to use tool manifest

This commit is contained in:
Justin Baur
2025-02-26 10:03:25 -05:00
parent 8a9f13ad82
commit 940d82dabe
3 changed files with 3 additions and 3 deletions

View File

@@ -206,7 +206,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install AST
run: dotnet tool install --global AzureSignTool --version 4.0.1
run: dotnet tool restore
- name: Setup Windows builder
run: |

View File

@@ -317,7 +317,7 @@ jobs:
node-version: ${{ env._NODE_VERSION }}
- name: Install AST
run: dotnet tool install --global AzureSignTool --version 4.0.1
run: dotnet tool restore
- name: Set up environmentF
run: choco install checksum --no-progress

View File

@@ -226,7 +226,7 @@ jobs:
node-version: ${{ env._NODE_VERSION }}
- name: Install AST
run: dotnet tool install --global AzureSignTool --version 4.0.1
run: dotnet tool restore
- name: Set up environment
run: choco install checksum --no-progress