mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
testing RH download
This commit is contained in:
10
.github/workflows/exp.yml
vendored
10
.github/workflows/exp.yml
vendored
@@ -16,13 +16,17 @@ jobs:
|
|||||||
run: echo "NODE_OPTIONS=--max_old_space_size=4096" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
run: echo "NODE_OPTIONS=--max_old_space_size=4096" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
- name: Dir
|
|
||||||
run: dir C:\Users\runneradmin
|
|
||||||
|
|
||||||
- name: Install & Test pkg
|
- name: Install & Test pkg
|
||||||
run: |
|
run: |
|
||||||
npm install -g pkg
|
npm install -g pkg
|
||||||
pkg --help
|
pkg --help
|
||||||
|
|
||||||
|
- name: Download RH
|
||||||
|
shell: bash
|
||||||
|
run: wget http://www.angusj.com/resourcehacker/#download
|
||||||
|
|
||||||
|
- name: List RH
|
||||||
|
run: dir
|
||||||
|
|
||||||
- name: ResourceHacker Test
|
- name: ResourceHacker Test
|
||||||
run: ResoureHacker -help
|
run: ResoureHacker -help
|
||||||
|
|||||||
Reference in New Issue
Block a user