Skip to content

Commit 65e1150

Browse files
authored
Update linux_push_build.yml
Fix libffi dependency (?)
1 parent 568db57 commit 65e1150

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux_push_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
sudo apt install -y libsdl2-2.0-0
3232
sudo apt install -y libsdl2-dev
33-
sudo apt install -y libffi7
33+
sudo apt install -y libffi8
3434
3535
- name: Setup UNIX port and build
3636
run: |

0 commit comments

Comments
 (0)