Skip to content

Commit

Permalink
Fix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-hen-hel committed Aug 4, 2024
1 parent f865586 commit 284a696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
- run: bundle install
- run: bundle exec rake
- run: apt-get install -y rake build-essentials make gawk
- run: rake
- uses: actions/upload-artifact@v4
with:
name: firmware
Expand Down

0 comments on commit 284a696

Please sign in to comment.