mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
search for fetched
This commit is contained in:
parent
1b61c6aa1a
commit
5da485933d
5
.github/workflows/exp.yml
vendored
5
.github/workflows/exp.yml
vendored
@ -17,9 +17,12 @@ jobs:
|
|||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
- name: Dir
|
- name: Dir
|
||||||
run: dir C:\Users\runneradmin\.pkg-cache
|
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: Search for fetchd
|
||||||
|
run: dir \*fetched-\*-win-x64 /s
|
||||||
|
Loading…
Reference in New Issue
Block a user