Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Nov 28, 2023
1 parent 4cb859f commit 9837710
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
if [ "$RUNNER_OS" == "Windows" ]; then
git clone https://github.com/microsoft/vcpkg
./vcpkg/bootstrap-vcpkg.bat
# ./vcpkg/vcpkg install pkgconf:x64-windows gmp:x64-windows
elif [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install -y libgmp-dev
elif [ "$RUNNER_OS" == "macOS" ]; then
Expand Down

0 comments on commit 9837710

Please sign in to comment.