Skip to content

Commit

Permalink
Fix hl dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Oct 31, 2024
1 parent 78c94ac commit f13bf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install hl
run: |
git clone https://github.com/HaxeFoundation/hashlink.git hashlink
sudo apt-get install -qqy libpng-dev libjpeg-turbo8-dev libturbojpeg zlib1g-dev libvorbis-dev libsqlite3-dev
sudo apt-get install -qqy libpng-dev libturbojpeg-dev libvorbis-dev libopenal-dev libsdl2-dev libglu1-mesa-dev libmbedtls-dev libuv1-dev libsqlite3-dev
cd hashlink
make
sudo make install
Expand Down

0 comments on commit f13bf38

Please sign in to comment.