Skip to content

Commit

Permalink
Curious if i can point to Pat-Lafon action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon committed May 22, 2024
1 parent d17fafe commit ef32591
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:

jobs:
test:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
matrix:
test-code:
Expand All @@ -53,7 +53,7 @@ jobs:
toolchain: stable

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2.0.2
uses: Pat-Lafon/install-llvm-action@master
if: matrix.needs_llvm
with:
version: ${{ env.LLVM_VERSION }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
toolchain: stable

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2.0.2
uses: Pat-Lafon/install-llvm-action@master
if: matrix.path == 'bril-rs/brillvm/Cargo.toml'
with:
version: ${{ env.LLVM_VERSION }}
Expand Down

0 comments on commit ef32591

Please sign in to comment.