Skip to content

Commit 39bae92

Browse files
Update .github/workflows/test.yml
Refactor: move test to it's own step Co-authored-by: Lars Melchior <TheLartians@users.noreply.github.com>
1 parent cfde773 commit 39bae92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
cpack -G DEB .
6969
dpkg -I *deb | grep "Maintainer: Foo Bar <foo@bar.local>"
7070
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
71+
- name: check if we can explicitly set the runtime destination
72+
- run: test -e /usr/lib/libruntime_destination_dependency.a
7373

7474
- name: test installed build
7575
run: |

0 commit comments

Comments
 (0)