We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfde773 commit 39bae92Copy full SHA for 39bae92
.github/workflows/test.yml
@@ -68,8 +68,8 @@ jobs:
68
cpack -G DEB .
69
dpkg -I *deb | grep "Maintainer: Foo Bar <foo@bar.local>"
70
sudo -E dpkg -i *.deb
71
- echo "Testing existense of libruntime_destination_dependency.a in /usr/lib"
72
- test -e /usr/lib/libruntime_destination_dependency.a
+ - name: check if we can explicitly set the runtime destination
+ - run: test -e /usr/lib/libruntime_destination_dependency.a
73
74
- name: test installed build
75
run: |
0 commit comments