diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e15e563..c94e980 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: os: - ubuntu-latest - macOS-latest - - windows-latest + # - windows-latest arch: - x64 include: diff --git a/Project.toml b/Project.toml index 4ec17fb..3522e92 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ WebSockets = "104b5d7c-a370-577a-8038-80a2059c5097" [compat] BinDeps = "1" -Blink = "0.12.4" +Blink = "<0.12.6" Cassette = "0.2.5, 0.3" Colors = "0.9, 0.10, 0.11, 0.12" CoordinateTransformations = "0.5, 0.6"