From 67c0d8350304439e5cca1f1860b7b742850a99df Mon Sep 17 00:00:00 2001 From: nand Date: Mon, 4 Sep 2023 10:26:19 +0200 Subject: [PATCH] Github release action: Fails on windows, do it on ubuntu --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 479a160..45e22d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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