Skip to content

Commit

Permalink
Merge pull request #269 from cary-rowen/updateAppveyor
Browse files Browse the repository at this point in the history
Ignore possible reboot requests after installing hyperfine
  • Loading branch information
cary-rowen authored Sep 13, 2024
2 parents 2abfb94 + 1a1d3d8 commit 8ab372b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ environment:
install:
# Install Chocolatey if not already installed
- powershell -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))"
# Install hyperfine for benchmarking using Chocolatey
- choco install hyperfine
# Install hyperfine without reboot
- choco install hyperfine --params "/norestart"
# NSIS Paths
# https://www.appveyor.com/docs/build-environment/#tools
- set PATH=%PATH%;C:\Program Files (x86)\NSIS
Expand Down

0 comments on commit 8ab372b

Please sign in to comment.