Skip to content

Commit

Permalink
GHA windows: fix the tests when the cache is being used
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Jun 12, 2024
1 parent 41dd5dd commit 2b57c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
run: |
$pkgs = $env:ALL_CHANGED_PACKAGES | ConvertFrom-Json
$failed = $false
opam update
Foreach ($pkg in $pkgs) {
opam install --confirm-level=unsafe-yes "$pkg"
switch ($LASTEXITCODE) {
Expand Down

0 comments on commit 2b57c61

Please sign in to comment.