Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay committed Apr 5, 2024
1 parent 8105da2 commit 9dc52be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/coreaudio-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install LLVM and Clang
uses: KyleMayes/[email protected]
uses: KyleMayes/[email protected].1
with:
version: "15.0"
- name: Install stable
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install LLVM and Clang
uses: KyleMayes/[email protected]
uses: KyleMayes/[email protected].1
with:
version: "15.0"
- name: Install stable
Expand All @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install LLVM and Clang
uses: KyleMayes/[email protected]
uses: KyleMayes/[email protected].1
with:
version: "15.0"
- name: Install stable
Expand All @@ -81,7 +81,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install LLVM and Clang
uses: KyleMayes/[email protected]
uses: KyleMayes/[email protected].1
with:
version: "15.0"
- name: Install stable
Expand Down

0 comments on commit 9dc52be

Please sign in to comment.