mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-15 08:01:05 +08:00
GHA CI: Move global environment variables out
This commit is contained in:
parent
69f7f233fd
commit
00d2997971
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…
Reference in New Issue
Block a user