Skip to content

Commit

Permalink
[FIX] : fix clang use on windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Mar 6, 2024
1 parent 2051d85 commit 28b5872
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Win_Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
ref: DemoApp
- name: checkout submodules
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
- name: configure
run: >
mkdir build && cd build && cmake ..
Expand Down

0 comments on commit 28b5872

Please sign in to comment.