diff options
| author | Felipe Lavratti <felipelav@gmail.com> | 2022-09-21 00:50:34 +0100 |
|---|---|---|
| committer | Felipe Lavratti <felipelav@gmail.com> | 2022-09-21 00:50:34 +0100 |
| commit | 5e9ff85fa89bbc3763cdbdb2fac17e8430852b46 (patch) | |
| tree | eee4c94c76e3be20e2a41240d7111f9ded531856 /.github | |
| parent | eb7a9c55b03efe0245eb4ccd1abd552edc99224d (diff) | |
Changed nightly build for linux to include the llvm library file
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nightly.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3c4185830..f84f14f76 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 |