Skip to content

Commit

Permalink
fix windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Nijhuis committed Dec 21, 2023
1 parent 515c318 commit 1e982fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
git clone https://github.com/microsoft/vcpkg.git
.\vcpkg\bootstrap-vcpkg.bat
.\vcpkg\vcpkg integrate install
.\vcpkg\vcpkg install openssl:x64-windows
.\vcpkg\vcpkg --triplet x64-windows-static install openssl
set VCPKGRS_DYNAMIC=1
- name: Build Vite + Tauri
Expand Down
1 change: 0 additions & 1 deletion src/components/ContextSwitcher.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script setup lang="ts">
import { injectStrict } from "@/lib/utils";
import { ShowSingleCommandKey } from "@/providers/CommandPaletteProvider";
import { SwitchContext } from "@/command-palette/SwitchContext";
import { KubeContextStateKey } from "@/providers/KubeContextProvider";
const showSingleCommand = injectStrict(ShowSingleCommandKey);
Expand Down

0 comments on commit 1e982fb

Please sign in to comment.