Remove AST action and replace with NuGet install command (#6942)

This commit is contained in:
Vince Grassia 2023-11-21 17:21:56 -05:00 committed by GitHub
parent 24c240d0d4
commit a64f1c05a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -285,7 +285,7 @@ jobs:
node-gyp install $(node -v)
- name: Install AST
uses: bitwarden/gh-actions/install-ast@main
run: dotnet tool install --global AzureSignTool --version 4.0.1
- name: Set up environmentF
run: choco install checksum --no-progress

View File

@ -241,7 +241,7 @@ jobs:
node-gyp install $(node -v)
- name: Install AST
uses: bitwarden/gh-actions/install-ast@main
run: dotnet tool install --global AzureSignTool --version 4.0.1
- name: Set up environment
run: choco install checksum --no-progress