Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Lord committed May 28, 2024
1 parent cc94539 commit c8727a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2022]
os: [windows-latest]
arch: ["Win32", "Win64"]
steps:
- name: Checkout
Expand Down Expand Up @@ -75,6 +75,7 @@ jobs:
working-directory: C:\dev\SQLCipher-${{ matrix.arch }}

- name: Build SQLCipher (dynamically linked)
# use this to check dependencies: https://dependencywalker.com/
run: |
mkdir sqlcipher\dynamic
nmake /f Makefile.msc clean
Expand Down Expand Up @@ -113,3 +114,4 @@ jobs:
files: |
build-artifacts-${{ matrix.arch }}.zip
C:/dev/SQLCipher-${{ matrix.arch }}/sqlcipher-${{ matrix.arch == 'Win32' && 'x86' || matrix.arch == 'Win64' && 'x64' }}.exe
make_latest: true

0 comments on commit c8727a0

Please sign in to comment.