From 34cd81b4d9ead7fd78fd38f59dce268810b712ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Wed, 12 Oct 2022 00:17:09 +0800 Subject: [PATCH] ci: run fastfetch on Windows --- .github/workflows/push.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6b532c563..76fd9ede9 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -171,14 +171,13 @@ jobs: run: cmake --build . --target fastfetch --target flashfetch # Makes no sense to install exes to /usr/bin for Windows - name: copy necessary dlls - run: cp /usr/bin/msys-2.0.dll /clang64/bin/*.dll . + run: cp /usr/bin/msys-2.0.dll /clang64/bin/{libcjson,libOpenCL,vulkan-1}.dll . - # Crashes on start for some reason, but it provides binaries at least. Needs investigation. - # - name: run fastfetch - # run: ./fastfetch --recache --disable-linewrap false --hide-cursor false --show-errors true --load-config presets/all + - name: run fastfetch + run: ./fastfetch --recache --disable-linewrap false --hide-cursor false --show-errors true --load-config presets/all - # - name: run flashfetch - # run: ./flashfetch + - name: run flashfetch + run: ./flashfetch - name: upload artifacts uses: actions/upload-artifact@v3