Skip to content

Commit 0c90701

Browse files
committed
Force GFX_BACKEND=D3D12 when running samples
1 parent 9ba1e2b commit 0c90701

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-doc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Run samples
3737
shell: msys2 {0}
3838
run: |
39+
export GFX_BACKEND=D3D12
3940
cd docs/samples
4041
for i in $(find shards -name '*.edn');
4142
do
@@ -135,7 +136,7 @@ jobs:
135136
git config --global user.name "Fragcolor bot"
136137
git config --global user.email "[email protected]"
137138
mkdocs gh-deploy --force --message "Publish documentation from {sha}
138-
139+
139140
Using MkDocs {version}."
140141
- name: Upload artifact
141142
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)