Skip to content

Commit

Permalink
Ensure build-essential is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Sep 7, 2023
1 parent 475e838 commit e978a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
container: erlang:${{ matrix.otp_version }}

steps:
- name: Install zstd (needed for MySQL Action)
- name: Install a few dependencies
run: |
apt update -y
apt install -y zstd
apt install -y -q zstd build-essential
# https://github.com/marketplace/actions/actions-setup-mysql
- name: Install ${{ matrix.mysql }}
Expand Down

0 comments on commit e978a68

Please sign in to comment.