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 7c9e91a commit 0230c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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
- 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/
mv cimgui/build/Release/*.dll cimgui/build/ --verbose=1
- name: Upload Artifacts
uses: actions/upload-artifact@v4.3.4
Expand Down

0 comments on commit 0230c34

Please sign in to comment.