Skip to content

Commit

Permalink
chore: Added missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BottlecapDave committed Dec 20, 2024
1 parent 839b604 commit a905224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
fetch-depth: 0
- name: Install dependencies
run: sudo apt install libffi-dev libncurses5-dev zlib1g zlib1g-dev libssl-dev libreadline-dev libbz2-dev libsqlite3-dev
run: sudo apt install libffi-dev libncurses5-dev zlib1g zlib1g-dev libssl-dev libreadline-dev libbz2-dev libsqlite3-dev liblzma-de
shell: bash
- name: asdf_install
uses: asdf-vm/actions/install@v3
Expand All @@ -59,7 +59,7 @@ jobs:
with:
fetch-depth: 0
- name: Install dependencies
run: sudo apt install libffi-dev libncurses5-dev zlib1g zlib1g-dev libssl-dev libreadline-dev libbz2-dev libsqlite3-dev
run: sudo apt install libffi-dev libncurses5-dev zlib1g zlib1g-dev libssl-dev libreadline-dev libbz2-dev libsqlite3-dev liblzma-de
shell: bash
- name: asdf_install
uses: asdf-vm/actions/install@v3
Expand Down

0 comments on commit a905224

Please sign in to comment.