Skip to content

Commit

Permalink
chore: Don't use chocolately to install packages
Browse files Browse the repository at this point in the history
It is too unreliable.
  • Loading branch information
twpayne committed Jan 9, 2022
1 parent 86f9d94 commit 58c9778
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,17 +398,6 @@ jobs:
- name: Run
run: |
go run . --version
- name: Install age
run: |
$env:PATH = "C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\ProgramData\chocolatey\bin"
[Environment]::SetEnvironmentVariable("Path", $env:PATH, "Machine")
choco install --no-progress --yes age.portable
- name: Upload chocolatey log
if: failure()
uses: actions/upload-artifact@v2
with:
name: chocolatey.log
path: C:/ProgramData/chocolatey/logs/chocolatey.log
- name: Test
run: |
go test -race ./...
Expand Down

0 comments on commit 58c9778

Please sign in to comment.