mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
Set CPATH under Windows
This commit is contained in:
@@ -87,6 +87,7 @@ steps:
|
||||
|
||||
- powershell: |
|
||||
choco install -y winfsp zip make
|
||||
[Environment]::SetEnvironmentVariable("CPATH", "C:\Program Files\WinFsp\inc\fuse;C:\Program Files (x86)\WinFsp\inc\fuse", "Machine")
|
||||
condition: eq( variables['Agent.OS'], 'Windows_NT' )
|
||||
displayName: Install Libraries on Windows
|
||||
|
||||
|
||||
Reference in New Issue
Block a user