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 14031d0 commit 3ff335dCopy full SHA for 3ff335d
.github/workflows/build_executable.yml
@@ -113,7 +113,7 @@ jobs:
113
chrpath -r \$SOURCE/3rd_party \$SOURCE/3rd_party/libstorm.so
114
chrpath -r \$SOURCE/3rd_party \$SOURCE/3rd_party/libstorm-parsers.so
115
chrpath -r \$SOURCE/3rd_party \$SOURCE/lib/libsmc_storm_lib.so
116
- chrpath -r \$SOURCE/lib \$SOURCE/bin/smc_storm
+ chrpath -r \$SOURCE/3rd_party:\$SOURCE/lib \$SOURCE/bin/smc_storm
117
chmod a+x \$SOURCE/bin/smc_storm
118
EOF
119
- name: Upload artifact
0 commit comments