Changed nightly build for linux to include the llvm library file

This commit is contained in:
Felipe Lavratti
2022-09-21 00:50:34 +01:00
parent eb7a9c55b0
commit 5e9ff85fa8
3 changed files with 4 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ jobs:
run: |
mkdir dist
cp odin dist
cp libLLVM*.so dist
cp -r shared dist
cp -r core dist
cp -r vendor dist