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 95b3ca8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -90,7 +90,7 @@ jobs:
run: ${{ matrix.test-code }}

rust-ci:
runs-on: macos-latest
runs-on: ubuntu-latest
env:
RUSTDOCFLAGS: -D warnings
RUSTFLAGS: -D warnings
Expand All @@ -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 95b3ca8

Please sign in to comment.