Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JunaMeinhold authored Oct 13, 2024
1 parent 0230c34 commit 0e1ed0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
cd cimgui
./vcpkg/vcpkg install sdl2:${{ matrix.triplet }}
./vcpkg/vcpkg install glfw3:${{ matrix.triplet }}
./vcpkg/vcpkg install opengl:${{ matrix.triplet }}
# ./vcpkg/vcpkg install opengl:${{ matrix.triplet }}
./vcpkg/vcpkg install vulkan:${{ matrix.triplet }}
./vcpkg/vcpkg install glslang:${{ matrix.triplet }}

Expand All @@ -94,15 +94,15 @@ jobs:
if: matrix.os == 'windows-latest' && matrix.arch != 'x86'
run: |
cd cimgui
cmake -S . -B ./build -A ${{ matrix.cmake-arch }} -DCMAKE_TOOLCHAIN_FILE="./vcpkg/scripts/buildsystems/vcpkg.cmake" -DGLU_LIBRARY="C:/Program Files (x86)/Windows Kits/10/Lib/10.0.22000.0/um/arm64/glu32.lib" --verbose=1
cmake -S . -B ./build -A ${{ matrix.cmake-arch }} -DCMAKE_TOOLCHAIN_FILE="./vcpkg/scripts/buildsystems/vcpkg.cmake"
- name: Build cimgui
run: cmake --build cimgui/build --config Release

- name: Move Windows binaries
if: matrix.os == 'windows-latest'
run: |
mv cimgui/build/Release/*.dll cimgui/build/ --verbose=1
mv cimgui/build/Release/*.dll cimgui/build/
- name: Upload Artifacts
uses: actions/upload-artifact@v4.3.4
Expand Down

0 comments on commit 0e1ed0c

Please sign in to comment.