Skip to content

Commit

Permalink
Merge branch 'DemoApp' of https://github.com/aiekick/ImGuiFileDialog
Browse files Browse the repository at this point in the history
…into DemoApp
  • Loading branch information
aiekick committed Mar 8, 2024
2 parents aa0f4f7 + 30aab82 commit b94d4d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Win_Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
run : git submodule update --init --recursive
- name: Add clang path to $PATH env
shell: bash
if: runner.os == 'Windows'
run: echo "PATH=$PATH:C:\msys64\mingw64\bin" >> $GITHUB_ENV
run: echo "PATH=$PATH:C:/msys64/mingw64/bin" >> $GITHUB_ENV
- name: configure
run: >
mkdir build && cd build && cmake ..
Expand Down

0 comments on commit b94d4d9

Please sign in to comment.