diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index 33c457b..01291ff 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -40,7 +40,6 @@ jobs: cd build cmake "../src/aseprite" -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DLAF_BACKEND=skia -DSKIA_DIR="../src/skia" -DSKIA_LIBRARY_DIR="../src/skia/out/Release-x64" -DSKIA_LIBRARY="../src/skia/out/Release-x64/skia.lib" ninja aseprite - copy ../libcrypto-1_1-x64.dll ./bin - name: Get version id: get_version diff --git a/libcrypto-1_1-x64.dll b/libcrypto-1_1-x64.dll deleted file mode 100644 index 8f967ff..0000000 Binary files a/libcrypto-1_1-x64.dll and /dev/null differ