mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
debugging where I am
This commit is contained in:
parent
dec58cc78c
commit
de76d31e69
12
.github/workflows/exp.yml
vendored
12
.github/workflows/exp.yml
vendored
@ -7,6 +7,9 @@ jobs:
|
|||||||
exp:
|
exp:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
@ -16,16 +19,19 @@ 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: Where am I?
|
||||||
|
run: dir
|
||||||
|
|
||||||
- name: Download RH
|
- name: Download RH
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
Invoke-WebRequest -Uri http://www.angusj.com/resourcehacker/resource_hacker.zip -OutFile "scripts\resource_hacker.zip"
|
Invoke-WebRequest -Uri http://www.angusj.com/resourcehacker/resource_hacker.zip -OutFile "resource_hacker.zip"
|
||||||
Expand-Archive -Path "scripts\resource_hacker.zip" -DestinationPath scripts\resource_hacker
|
Expand-Archive -Path resource_hacker.zip -DestinationPath scripts\resource_hacker
|
||||||
|
|
||||||
- name: Debugging Path
|
- name: Debugging Path
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
echo "D:\a\cli\cli\scripts\resource_hacker" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
echo "D:\a\cli\cli\resource_hacker" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||||
echo $env:GITHUB_PATH
|
echo $env:GITHUB_PATH
|
||||||
|
|
||||||
- name: ResourceHacker Test
|
- name: ResourceHacker Test
|
||||||
|
Loading…
Reference in New Issue
Block a user