mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Make Windows use wWinMain always. Support /SUBSYSTEM:WINDOWS
This commit is contained in:
committed by
Christoffer Lerno
parent
5ea15eb708
commit
52d7e58c19
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -188,7 +188,7 @@ jobs:
|
||||
- name: Install Clang ${{matrix.llvm_version}}
|
||||
run: |
|
||||
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
|
||||
if [[ "${{matrix.llvm_version}}" < 16 ]]; then
|
||||
if [[ "${{matrix.llvm_version}}" < 17 ]]; then
|
||||
sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-${{matrix.llvm_version}} main"
|
||||
else
|
||||
sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal main"
|
||||
|
||||
Reference in New Issue
Block a user