Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit 2cdbcf8

Browse files
committed
Ensure renderdoc is installed.
1 parent 1ddba2d commit 2cdbcf8

8 files changed

+32
-0
lines changed

.github/workflows/main.linux.temurin.current.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
with:
4343
sdkVersion: 1.4.309.0
4444

45+
- name: Install RenderDoc
46+
run: sudo apt install renderdoc
47+
4548
- name: Build
4649
env:
4750
XOANON_REALLY_USE_LOCAL_DISPLAY: true

.github/workflows/main.linux.temurin.lts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
with:
4343
sdkVersion: 1.4.309.0
4444

45+
- name: Install RenderDoc
46+
run: sudo apt install renderdoc
47+
4548
- name: Build
4649
env:
4750
XOANON_REALLY_USE_LOCAL_DISPLAY: true

.github/workflows/main.windows.temurin.current.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
with:
4343
sdkVersion: 1.4.309.0
4444

45+
- name: Install RenderDoc
46+
run: choco install renderdoc -y
47+
- name: Check RenderDoc
48+
run: renderdoccmd.exe --version
49+
4550
- name: Build
4651
env:
4752
XOANON_REALLY_USE_LOCAL_DISPLAY: true

.github/workflows/main.windows.temurin.lts.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
with:
4343
sdkVersion: 1.4.309.0
4444

45+
- name: Install RenderDoc
46+
run: choco install renderdoc -y
47+
- name: Check RenderDoc
48+
run: renderdoccmd.exe --version
49+
4550
- name: Build
4651
env:
4752
XOANON_REALLY_USE_LOCAL_DISPLAY: true

.github/workflows/pr.linux.temurin.current.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
with:
4343
sdkVersion: 1.4.309.0
4444

45+
- name: Install RenderDoc
46+
run: sudo apt install renderdoc
47+
4548
- name: Build
4649
env:
4750
XOANON_REALLY_USE_LOCAL_DISPLAY: true

.github/workflows/pr.linux.temurin.lts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
with:
4343
sdkVersion: 1.4.309.0
4444

45+
- name: Install RenderDoc
46+
run: sudo apt install renderdoc
47+
4548
- name: Build
4649
env:
4750
XOANON_REALLY_USE_LOCAL_DISPLAY: true

.github/workflows/pr.windows.temurin.current.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
with:
4343
sdkVersion: 1.4.309.0
4444

45+
- name: Install RenderDoc
46+
run: choco install renderdoc -y
47+
- name: Check RenderDoc
48+
run: renderdoccmd.exe --version
49+
4550
- name: Build
4651
env:
4752
XOANON_REALLY_USE_LOCAL_DISPLAY: true

.github/workflows/pr.windows.temurin.lts.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
with:
4343
sdkVersion: 1.4.309.0
4444

45+
- name: Install RenderDoc
46+
run: choco install renderdoc -y
47+
- name: Check RenderDoc
48+
run: renderdoccmd.exe --version
49+
4550
- name: Build
4651
env:
4752
XOANON_REALLY_USE_LOCAL_DISPLAY: true

0 commit comments

Comments
 (0)