mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
renaming the main build task and removing uneeded windows builder setup
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
echo "::set-output name=adj_build_number::$adj_build_num"
|
||||
|
||||
|
||||
cli:
|
||||
browser:
|
||||
runs-on: windows-latest
|
||||
needs: setup
|
||||
env:
|
||||
@@ -52,11 +52,6 @@ jobs:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Windows builder
|
||||
run: |
|
||||
choco install checksum --no-progress
|
||||
choco install reshack --no-progress
|
||||
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
||||
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
||||
prerelease: false
|
||||
|
||||
|
||||
cli:
|
||||
browser:
|
||||
runs-on: windows-latest
|
||||
needs: setup
|
||||
env:
|
||||
@@ -88,11 +88,6 @@ jobs:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Windows builder
|
||||
run: |
|
||||
choco install checksum --no-progress
|
||||
choco install reshack --no-progress
|
||||
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user