Skip to content

Commit

Permalink
Merge pull request #5 from theodelrieu/fix/release-action
Browse files Browse the repository at this point in the history
fix: Install ninja and g++ in release workflow
  • Loading branch information
theodelrieu authored Jun 24, 2020
2 parents 407c937 + 3fbe48a commit cc427f0
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 cc427f0

Please sign in to comment.