Skip to content

Commit

Permalink
build-html runs-on: [self-hosted, Linux, X64]
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen authored Aug 28, 2024
1 parent 37be657 commit 7c49322
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ permissions:

jobs:
build-html:
runs-on: [self-hosted, Linux, ARM64]
runs-on: [self-hosted, Linux, X64]
steps:
- uses: actions/checkout@v4
# TODO: This fails on Linux Arm64
# - uses: actions/setup-python@v5
# with:
# python-version: '3.8'
- uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Install LaTeX packages
run: |
sudo apt-get update -y
Expand Down

0 comments on commit 7c49322

Please sign in to comment.