Skip to content

Commit

Permalink
WIP: install build-essential
Browse files Browse the repository at this point in the history
  • Loading branch information
tom93 committed Jan 3, 2024
1 parent 8e1d04f commit 24c5f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- run: apt-get update
- run: apt-get install -y 'libyaml-0-[0-9]+' libssl1.1 ca-certificates git # for ruby/setup-ruby
- run: apt-get install -y 'libyaml-0-[0-9]+' libssl1.1 ca-certificates git build-essential # for ruby/setup-ruby

- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 24c5f03

Please sign in to comment.