Skip to content

Commit

Permalink
Github release action: Fails on windows, do it on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
nand2 committed Sep 4, 2023
1 parent 0f2e592 commit 67c0d83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ jobs:


publish-windows:
runs-on: windows-latest
# Building on windows fails with
# error An unexpected error occurred: "https://registry.yarnpkg.com/viem/-/viem-0.3.37.tgz: ESOCKETTIMEDOUT".
# Since we are only making a zip, we don't need to be on windows, let make it on ubuntu
# runs-on: windows-latest
runs-on: ubuntu-latest
permissions:
contents: write

Expand Down

0 comments on commit 67c0d83

Please sign in to comment.