mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
GHA CI: Move global environment variables out
This commit is contained in:
parent
69f7f233fd
commit
00d2997971
1 changed files with 6 additions and 2 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
@ -8,8 +8,6 @@ on: [pull_request, push]
|
|||
|
||||
env:
|
||||
VCPKG_COMMIT: 8dddc6c899ce6fdbeab38b525a31e7f23cb2d5bb
|
||||
VCPKG_DEST_MACOS: /Users/runner/qbt_tools/vcpkg
|
||||
VCPKG_DEST_WIN: C:\qbt_tools\vcpkg
|
||||
|
||||
jobs:
|
||||
ubuntu:
|
||||
|
@ -90,6 +88,9 @@ jobs:
|
|||
name: Windows
|
||||
runs-on: windows-2019
|
||||
|
||||
env:
|
||||
VCPKG_DEST_WIN: C:\qbt_tools\vcpkg
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: pwsh
|
||||
|
@ -183,6 +184,9 @@ jobs:
|
|||
qbt_gui: ["GUI=ON", "GUI=OFF"]
|
||||
fail-fast: false
|
||||
|
||||
env:
|
||||
VCPKG_DEST_MACOS: /Users/runner/qbt_tools/vcpkg
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: pwsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue