mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
Remove msbuild from workflow (#1522)
This commit is contained in:
parent
18f1929f65
commit
57f1a5e380
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user