diff options
| author | gingerBill <bill@gingerbill.org> | 2021-04-24 21:03:22 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-04-24 21:03:22 +0100 |
| commit | cde334ada3bc0f374d142c2e391eb12b6d3767ef (patch) | |
| tree | 70a07b3e2703e61bec8eeaea1b9d521f525a269e /.github | |
| parent | 2b4010998d2b1992c0f7ffd6e5a5260886d36d4b (diff) | |
Modify flags in Makefile
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c76aa5360..cb259407d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Download LLVM - run: sudo apt-get install llvm-11 llvm-11 + run: sudo apt-get install libllvm-11 llvm-11 - name: build odin run: make release - name: Odin run |