Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit a09249a

Browse files
committed
Update workflows.
1 parent 5877a43 commit a09249a

8 files changed

Lines changed: 24 additions & 0 deletions

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
permissions:
1515
contents: read
1616

17+
env:
18+
NO_VULKAN_DEVICE_TESTS: false
19+
1720
jobs:
1821
build:
1922
name: Build

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
permissions:
1515
contents: read
1616

17+
env:
18+
NO_VULKAN_DEVICE_TESTS: false
19+
1720
jobs:
1821
build:
1922
name: Build

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
permissions:
1515
contents: read
1616

17+
env:
18+
NO_VULKAN_DEVICE_TESTS: true
19+
1720
jobs:
1821
build:
1922
name: Build

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
permissions:
1515
contents: read
1616

17+
env:
18+
NO_VULKAN_DEVICE_TESTS: true
19+
1720
jobs:
1821
build:
1922
name: Build

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
permissions:
1515
contents: read
1616

17+
env:
18+
NO_VULKAN_DEVICE_TESTS: false
19+
1720
jobs:
1821
build:
1922
name: Build

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
permissions:
1515
contents: read
1616

17+
env:
18+
NO_VULKAN_DEVICE_TESTS: false
19+
1720
jobs:
1821
build:
1922
name: Build

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
permissions:
1515
contents: read
1616

17+
env:
18+
NO_VULKAN_DEVICE_TESTS: true
19+
1720
jobs:
1821
build:
1922
name: Build

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
permissions:
1515
contents: read
1616

17+
env:
18+
NO_VULKAN_DEVICE_TESTS: true
19+
1720
jobs:
1821
build:
1922
name: Build

0 commit comments

Comments
 (0)