Skip to content

Commit

Permalink
fix: update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeferson-sb committed Jan 17, 2025
1 parent a6e7220 commit 33927e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install machine packages
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y build-essential git pkg-config

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 33927e4

Please sign in to comment.