forked from CringeStudios/element-desktop
Update build_windows.yaml
This commit is contained in:
parent
36c1fa1f64
commit
f6cd24b882
10
.github/workflows/build_windows.yaml
vendored
10
.github/workflows/build_windows.yaml
vendored
@ -60,9 +60,9 @@ jobs:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
- name: Install WinGet
|
# - name: Install WinGet
|
||||||
uses: Cyberboss/install-winget@v1
|
# uses: Cyberboss/install-winget@v1
|
||||||
- run: winget install -e --silent --accept-source-agreements --accept-package-agreements --id Microsoft.VisualStudio.2022.Enterprise -v "17.12.3" --force
|
# - run: winget install -e --silent --accept-source-agreements --accept-package-agreements --id Microsoft.VisualStudio.2022.Enterprise -v "17.12.3" --force
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@ -125,7 +125,9 @@ jobs:
|
|||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
refreshenv
|
refreshenv
|
||||||
yarn build:native --target ${{ steps.config.outputs.target }}
|
yarn docker:setup
|
||||||
|
yarn docker:install
|
||||||
|
yarn docker:build:native --target ${{ steps.config.outputs.target }}
|
||||||
|
|
||||||
- name: Install and configure eSigner CKA
|
- name: Install and configure eSigner CKA
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user