Skip to content

Commit

Permalink
Update build (#83)
Browse files Browse the repository at this point in the history
Update python version for bikeshed and use pipx, which fixes build errors resulting from using an older version of bikeshed.
  • Loading branch information
shaseley authored Apr 3, 2024
1 parent 613f819 commit 344e410
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'
- run: pip install bikeshed
python-version: '3.11'
- run: pipx install bikeshed
- run: bikeshed update
- name: Build
run: make
Expand Down

0 comments on commit 344e410

Please sign in to comment.