Skip to content

Commit

Permalink
adding libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleSoraggi committed Feb 6, 2024
1 parent 893c0e1 commit 44f0a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Install libcurl on Linux
if: runner.os == 'Linux'
run: sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev
run: sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev

- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 44f0a3a

Please sign in to comment.