fix cached builds on linux
This commit is contained in:
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user