update workflow

This commit is contained in:
uncor3
2025-09-13 15:29:16 +00:00
parent 5b97f563a0
commit 02859cc1aa
+4
View File
@@ -103,6 +103,10 @@ jobs:
./autogen.sh
sudo make install
- name: Update linker cache
if: runner.os == 'Linux'
run: sudo ldconfig
- name: Install macOS dependencies (brew)
if: runner.os == 'macOS'
run: |