diff --git a/.github/workflows/exp.yml b/.github/workflows/exp.yml index 247b74d1502..7b4c31a5e58 100644 --- a/.github/workflows/exp.yml +++ b/.github/workflows/exp.yml @@ -16,13 +16,17 @@ jobs: run: echo "NODE_OPTIONS=--max_old_space_size=4096" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append shell: pwsh - - name: Dir - run: dir C:\Users\runneradmin - - name: Install & Test pkg run: | npm install -g pkg pkg --help + - name: Download RH + shell: bash + run: wget http://www.angusj.com/resourcehacker/#download + + - name: List RH + run: dir + - name: ResourceHacker Test run: ResoureHacker -help