From 26bbd90cf2789ebe1769c3723c774cd39c986175 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Thu, 7 Jan 2021 21:20:11 +0000 Subject: [PATCH] removing the experimental workflow --- .github/workflows/exp.yml | 40 --------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .github/workflows/exp.yml diff --git a/.github/workflows/exp.yml b/.github/workflows/exp.yml deleted file mode 100644 index e5c437d039..0000000000 --- a/.github/workflows/exp.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: Windows Environment Exploration - -on: - workflow_dispatch: - -jobs: - exp: - runs-on: windows-latest - steps: - - name: Checkout repo - uses: actions/checkout@v2 - - - name: Set up Node - uses: actions/setup-node@v1 - with: - node-version: '10.x' - - - name: Set Node options - run: echo "NODE_OPTIONS=--max_old_space_size=4096" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append - shell: pwsh - - - name: Where am I? - run: dir - - - name: Download RH - shell: pwsh - run: | - cd scripts - Invoke-WebRequest -Uri http://www.angusj.com/resourcehacker/resource_hacker.zip -OutFile "resource_hacker.zip" - Expand-Archive -Path resource_hacker.zip -DestinationPath resource_hacker - - - name: Debugging Path - shell: pwsh - run: | - echo "D:\a\cli\cli\scripts\resource_hacker" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - echo $env:GITHUB_PATH - - - name: ResourceHacker Test - run: | - ResourceHacker -help