From 0c8df6b4ff9d14ed06dbd298f412bc0bf2658601 Mon Sep 17 00:00:00 2001 From: Alessandro Bortolin Date: Sat, 3 Feb 2024 16:22:44 +0100 Subject: [PATCH] Try windows --- .github/workflows/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1b09bde..0136c45 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,9 +7,9 @@ on: jobs: deploy: - # ubuntu 22.04 has an old version of asymptote that does not works inside github - # runners, so we are using macos-latest until ubuntu 24.04 is available - runs-on: macos-latest + # ubuntu 22.04 has an old version of asymptote that does not works inside github runners, + # macos-latest does not works either, so we are using windows-latest until ubuntu 24.04 is available + runs-on: windows-latest steps: - name: Checkout uses: actions/checkout@v4 @@ -20,10 +20,10 @@ jobs: uses: actions/setup-node@v4 with: node-version: 18 - + - name: Install asymptote - run: brew install asymptote pdf2svg - + run: choco install asymptote + - name: Setup package registry run: | npm config set @olinfo:registry https://git.olinfo.it/api/packages/bortoz/npm/