Skip to content

Commit

Permalink
Fix Windows dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Tax committed Jul 7, 2020
1 parent 708f7b0 commit cc34479
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ jobs:
- uses: actions/checkout@v2
- name: setup
run: |
./ci/setup_windows_cmake.ps1
./ci/setup_windows_ci_environment.ps1
./ci/install_windows_protobuf.ps1
- name: setup libevent
Expand All @@ -176,10 +175,6 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: setup
run: |
./ci/setup_windows_cmake.ps1
./ci/install_windows_bazelisk.ps1
- name: run tests
run: ./ci/do_ci.ps1 bazel.build

Expand All @@ -189,9 +184,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: setup
run: |
./ci/setup_windows_cmake.ps1
./ci/setup_windows_ci_environment.ps1
run: ./ci/setup_windows_ci_environment.ps1
- name: run tests
run: ./ci/do_ci.ps1 cmake.test_example_plugin

Expand All @@ -204,6 +197,7 @@ jobs:
run: |
sudo ./ci/setup_cmake.sh
sudo ./ci/setup_ci_environment.sh
sudo ./ci/install_libevent.sh
- name: run tests and generate report
run: ./ci/do_ci.sh code.coverage
- name: upload report
Expand Down

0 comments on commit cc34479

Please sign in to comment.