Remove AST action and replace with NuGet install command (#6942)
This commit is contained in:
parent
24c240d0d4
commit
a64f1c05a5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue