Corrections
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-gnu
|
||||||
artifact: cagire-linux-x86_64
|
artifact: cagire-linux-x86_64
|
||||||
- os: macos-13
|
- os: macos-15-intel
|
||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
artifact: cagire-macos-x86_64
|
artifact: cagire-macos-x86_64
|
||||||
- os: macos-14
|
- os: macos-14
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y build-essential cmake pkg-config libasound2-dev libclang-dev
|
sudo apt-get install -y build-essential cmake pkg-config libasound2-dev libclang-dev libjack-dev
|
||||||
|
|
||||||
- name: Install dependencies (macOS)
|
- name: Install dependencies (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
|
|||||||
0
website/.nojekyll
Normal file
0
website/.nojekyll
Normal file
1
website/CNAME
Normal file
1
website/CNAME
Normal file
@@ -0,0 +1 @@
|
|||||||
|
cagire.raphaelforment.fr
|
||||||
Reference in New Issue
Block a user