Skip to content

Commit

Permalink
Try windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bortoz committed Feb 3, 2024
1 parent 07bae0c commit 0c8df6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/
Expand Down

0 comments on commit 0c8df6b

Please sign in to comment.