mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
search for fetched
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user