mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
print env:path to understand if 7z configured is there
This commit is contained in:
@@ -36,12 +36,15 @@ jobs:
|
||||
- name: Install dependencies
|
||||
shell: pwsh
|
||||
run: |
|
||||
$env:PATH = "C:\Program Files\7-Zip;$env:PATH"
|
||||
echo $env:PATH
|
||||
.\scripts\windows\appveyor\install.ps1
|
||||
|
||||
- name: Run tests
|
||||
shell: pwsh
|
||||
run: |
|
||||
$env:PATH = "C:\Program Files\7-Zip;$env:PATH"
|
||||
echo $env:PATH
|
||||
.\scripts\windows\appveyor\test.ps1
|
||||
|
||||
- name: Cache dependencies
|
||||
|
||||
Reference in New Issue
Block a user