Skip to content

Commit caf4c87

Browse files
committed
Adding vcpkg args
1 parent 15ab91b commit caf4c87

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@ jobs:
44
build_dll:
55
runs-on: windows-latest
66
steps:
7+
- name: Checkout
8+
uses: actions/checkout@v2
79
- name: run-vcpkg
810
uses: lukka/run-vcpkg@v3.2
11+
with:
12+
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
13+
vcpkgArguments: '@${{ github.workspace }}/vcpkg.txt'

vcpkg.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
install
2+
giflib:x86-windows-static
3+
libjpeg-turbo:x86-windows-static
4+
liblzma:x86-windows-static
5+
libpng:x86-windows-static
6+
luajit:x86-windows-static
7+
tiff:x86-windows-static
8+
zlib:x86-windows-static

0 commit comments

Comments
 (0)