Install all updated components of clang

This commit is contained in:
Wunkolo 2024-03-11 10:26:45 -07:00
parent 3d0a0ccc0b
commit d700022921
No known key found for this signature in database
5 changed files with 263 additions and 264 deletions

View file

@ -27,7 +27,7 @@ jobs:
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x ./llvm.sh
sudo ./llvm.sh 17
sudo ./llvm.sh 17 all
- name: Setup Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0

View file

@ -36,8 +36,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Windows core
path: '${{github.workspace}}/build/Release/Alber.dll'
path: "${{github.workspace}}/build/Release/Alber.dll"
MacOS:
runs-on: macos-latest
@ -64,7 +63,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: MacOS core
path: '${{github.workspace}}/build/libAlber.dylib'
path: "${{github.workspace}}/build/libAlber.dylib"
Linux:
runs-on: ubuntu-latest
@ -82,7 +81,7 @@ jobs:
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x ./llvm.sh
sudo ./llvm.sh 17
sudo ./llvm.sh 17 all
- name: Setup Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
@ -101,7 +100,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Linux core
path: '${{github.workspace}}/build/libAlber.so'
path: "${{github.workspace}}/build/libAlber.so"
Android-x64:
runs-on: ubuntu-latest
@ -132,4 +131,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Android core
path: '${{github.workspace}}/build/libAlber.so'
path: "${{github.workspace}}/build/libAlber.so"

View file

@ -30,7 +30,7 @@ jobs:
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x ./llvm.sh
sudo ./llvm.sh 17
sudo ./llvm.sh 17 all
- name: Setup Vulkan SDK
run: |
@ -55,4 +55,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Linux executable
path: './Alber-x86_64.AppImage'
path: "./Alber-x86_64.AppImage"

View file

@ -30,7 +30,7 @@ jobs:
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x ./llvm.sh
sudo ./llvm.sh 17
sudo ./llvm.sh 17 all
- name: Setup Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
@ -52,4 +52,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Linux executable
path: './build/Alber'
path: "./build/Alber"

View file

@ -93,7 +93,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: MacOS Alber App Bundle
path: 'Alber.zip'
path: "Alber.zip"
Linux:
runs-on: ubuntu-20.04
@ -114,7 +114,7 @@ jobs:
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x ./llvm.sh
sudo ./llvm.sh 17
sudo ./llvm.sh 17 all
- name: Setup Vulkan SDK
run: |
@ -138,4 +138,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Linux executable
path: './Alber-x86_64.AppImage'
path: "./Alber-x86_64.AppImage"