1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02:00

Remove msbuild from workflow (#1522)

This commit is contained in:
Oscar Hinton 2022-03-08 11:48:12 +01:00 committed by GitHub
parent 18f1929f65
commit 57f1a5e380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -373,9 +373,6 @@ jobs:
with:
nuget-version: "latest"
- name: Set up MSBuild
uses: microsoft/setup-msbuild@c26a08ba26249b81327e26f6ef381897b6a8754d
- name: Cache npm
id: npm-cache
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # v2.1.6
@ -391,7 +388,6 @@ jobs:
- name: Print environment
run: |
nuget help | grep Version
msbuild -version
node --version
npm --version
echo "GitHub ref: $GITHUB_REF"