Skip to content

Commit

Permalink
remove wxWidgest
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Feb 13, 2024
1 parent eb80c33 commit 426b8e7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,6 @@ jobs:
with:
arch: x86

- name: Cache Library
uses: actions/cache@v2
with:
path: ${{github.workspace}}/libs/wxWidgets
key: x86-libs-cache-msvc

- name: Setup Libraries
run: "tools/install_wxWidgets.bat -msvc 32 -without-vcvars"

- name: Configure CMake
run: |
cmake -B ${{github.workspace}}/build_msvc_x86 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -G "Visual Studio 16 2019" -A Win32 -DBIT_TYPE=32 .
Expand Down

0 comments on commit 426b8e7

Please sign in to comment.