Skip to content

Commit

Permalink
Update ccpp-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet authored Dec 1, 2019
1 parent 5480f27 commit 683607b
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 @@ -11,11 +11,12 @@ jobs:
- uses: actions/checkout@v1
- name: depot_tools
run: git clone --depth 1 https://chromium.googlesource.com/chromium/tools/depot_tools.git
- name: add depot_tools to PATH
run: echo "::add-path::$GITHUB_WORKSPACE/depot_tools"
- name: fetch webrtc
run: |
git config --global core.autocrlf false
git config --global core.filemode false
$env:Path += (Get-Location).path + "\depot_tools"
mkdir ..\webrtc
pushd ..\webrtc
fetch --no-history webrtc
Expand All @@ -26,7 +27,6 @@ jobs:
PYTHONIOENCODING: UTF-8
- name: cmake
run: |
$env:Path += (Get-Location).path + "\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 683607b

Please sign in to comment.