fix cached builds on linux

This commit is contained in:
Czarek Nakamoto
2024-01-03 07:49:23 +01:00
parent 7b7bca87a5
commit 04bf616722

View File

@@ -311,6 +311,7 @@ jobs:
&& make install
- name: Fix paths
run: |
[[ -f "/tmp/skip_deps" ]] && exit 0; \
cp /opt/linux/prefix/lib64/* /opt/linux/prefix/lib -r
- name: Build libunbound
run: |