Skip to content

Commit

Permalink
Fix publishing to crates.io during release
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Mar 22, 2021
1 parent c5d9768 commit 0a1f4ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
env:
GHR_PATH: .
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Dependencies
run: sudo apt install libunwind-dev
if: runner.os == 'Linux'
- uses: actions/setup-python@v2
with:
python-version: 3.9
Expand Down

0 comments on commit 0a1f4ca

Please sign in to comment.