mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Updates to the linker, tentative x86_64 support (and MacOS)
This commit is contained in:
committed by
Christoffer Lerno
parent
a3990f1b3d
commit
fe3f7d427e
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
- name: (Linux) Download LLVM
|
||||
run: |
|
||||
sudo apt-get install libllvm11 llvm-11 llvm-11-dev llvm-11-runtime liblld-11-dev liblld-11
|
||||
sudo apt-get install zlib1g zlib1g-dev clang-11 libllvm11 llvm-11 llvm-11-dev llvm-11-runtime liblld-11-dev liblld-11
|
||||
- name: Build
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
|
||||
Reference in New Issue
Block a user