Skip to content

Commit

Permalink
Attempt to fix Github Actions by not using Alpine Erlang image
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ipinfo committed Sep 4, 2024
1 parent 02c824b commit f3255b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
otp: [21.3, 22.0.7, 22.3, 23.0.4, 23.2.7.0, 24.0]
container:
image: erlang:${{ matrix.otp }}-alpine
image: erlang:${{ matrix.otp }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f3255b0

Please sign in to comment.