Skip to content

Commit

Permalink
update windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Dec 8, 2019
1 parent ca41b2c commit e384a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: git clone --depth 1 https://chromium.googlesource.com/chromium/tools/depot_tools.git
- name: fetch webrtc
run: |
set PATH=%GITHUB_WORKSPACE%\depot_tools;%PATH%
$env:Path += ";$env:GITHUB_WORKSPACE\depot_tools"
git config --global core.autocrlf false
git config --global core.filemode false
mkdir ..\webrtc
Expand All @@ -26,7 +26,7 @@ jobs:
PYTHONIOENCODING: UTF-8
- name: cmake
run: |
set PATH=%GITHUB_WORKSPACE%\depot_tools;%PATH%
$env:Path += ";$env:GITHUB_WORKSPACE\depot_tools"
cmake -G Ninja -DCMAKE_C_COMPILER=clang-cl.exe -DCMAKE_CXX_COMPILER=clang-cl.exe .
ninja
- name: cpack
Expand Down

0 comments on commit e384a54

Please sign in to comment.