Skip to content

Commit

Permalink
fix: Install ninja and g++ in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
theodelrieu committed Jun 24, 2020
1 parent 407c937 commit 3fbe48a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: 3.6
- name: Install ninja and g++
run: sudo apt install ninja-build g++-8
- name: Install Conan
run: pip install conan==1.21.0
- name: Install source files
Expand Down

0 comments on commit 3fbe48a

Please sign in to comment.