Skip to content

Commit

Permalink
Fix client version
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Sep 16, 2024
1 parent bc8062f commit 4c5293c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/fast-win-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Fast build for testing
name: Fast Windows build for testing


on:
Expand All @@ -24,6 +24,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install OpenSSL static dependency
run: |
vcpkg install openssl:x64-windows-static
vcpkg integrate install
- name: Build
run: cargo build

0 comments on commit 4c5293c

Please sign in to comment.