CI: Enable GPU priority setting for Windows builds

This commit is contained in:
derrod
2023-05-20 16:26:09 -07:00
committed by Lain
parent 9de6b18d5c
commit 7668c15a75
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ env:
YOUTUBE_CLIENTID_HASH: ${{ secrets.YOUTUBE_CLIENTID_HASH }}
YOUTUBE_SECRET: ${{ secrets.YOUTUBE_SECRET }}
YOUTUBE_SECRET_HASH: ${{ secrets.YOUTUBE_SECRET_HASH }}
GPU_PRIORITY_VAL: ${{ secrets.GPU_PRIORITY_VAL }}
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'