summaryrefslogtreecommitdiffstats
path: root/.github/workflows/regenerate-toc.yml
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-12-17 03:43:17 +0800
committerGitHub <noreply@github.com>2024-12-16 11:43:17 -0800
commit0a6ffee0c633e28a42a676fb7ddeb5f7d151a6db (patch)
treeb1f41a5fb2929a1ef532a2e1b95033475f431be8 /.github/workflows/regenerate-toc.yml
parent83f4bd5dcd7480fd4339b2b08dc23ab0763b2ffe (diff)
install mono for toc generation (#5877)
Closes https://github.com/shader-slang/slang/issues/5876
Diffstat (limited to '.github/workflows/regenerate-toc.yml')
-rw-r--r--.github/workflows/regenerate-toc.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/regenerate-toc.yml b/.github/workflows/regenerate-toc.yml
index 973bbcf95..0573f21fd 100644
--- a/.github/workflows/regenerate-toc.yml
+++ b/.github/workflows/regenerate-toc.yml
@@ -22,6 +22,11 @@ jobs:
ref: ${{ github.event.client_payload.pull_request.base.ref }}
path: target-branch
+ - name: Install Mono
+ run: |
+ sudo apt-get update
+ sudo apt-get install -y mono-complete
+
- name: Regenerate Table of Contents
id: regen
run: |