Skip to content

Commit

Permalink
fix soname
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Dec 1, 2020
1 parent a138cdf commit 9516de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: install ci tools
run: apt install --assume-yes devscripts equivs myci
- name: prepare debian package
run: myci-deb-prepare.sh
run: myci-deb-prepare.sh --soname $(cat soname.txt)
- name: install deps
run: myci-deb-install-build-deps.sh
- name: build
Expand Down

0 comments on commit 9516de8

Please sign in to comment.