We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ab91b commit caf4c87Copy full SHA for caf4c87
2 files changed
.github/workflows/main.yml
@@ -4,5 +4,10 @@ jobs:
4
build_dll:
5
runs-on: windows-latest
6
steps:
7
+ - name: Checkout
8
+ uses: actions/checkout@v2
9
- name: run-vcpkg
10
uses: lukka/run-vcpkg@v3.2
11
+ with:
12
+ vcpkgDirectory: '${{ github.workspace }}/vcpkg'
13
+ vcpkgArguments: '@${{ github.workspace }}/vcpkg.txt'
vcpkg.txt
@@ -0,0 +1,8 @@
1
+install
2
+giflib:x86-windows-static
3
+libjpeg-turbo:x86-windows-static
+liblzma:x86-windows-static
+libpng:x86-windows-static
+luajit:x86-windows-static
+tiff:x86-windows-static
+zlib:x86-windows-static
0 commit comments