From 4adc914664cf41ffe81ce5419e92a635e1e4c8d0 Mon Sep 17 00:00:00 2001 From: Darice Date: Thu, 9 May 2024 13:50:40 -0600 Subject: [PATCH] windows --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b597456..8df0cb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: curl -L https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.3/wxMSW-3.2.3_vc14x_Dev.7z -o wxMSW-3.2.3_vc14x_Dev.7z mkdir wxMSW-3.2.3_vc14x_Dev 7z x wxMSW-3.2.3_vc14x_Dev.7z -o${WXMSW3} - echo ${WXMSW3}/bin >> $GITHUB_PATH + ls ${WXMSW3} - name: Setup cmake uses: jwlawson/actions-setup-cmake@v2 @@ -83,7 +83,6 @@ jobs: uses: actions/checkout@v2 - name: Build LK - shell: bash run: | ls ${WXMSW3}