Skip to content

Commit

Permalink
Disable (macos-latest, plugins); fix PATH for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Nov 1, 2023
1 parent 355dc7a commit 4675ca9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
features: [default, plugins]
cc: [cc, clang]
exclude:
- environment: macos-latest
features: plugins
- toolchain: stable
features: plugins
include:
Expand Down Expand Up @@ -66,6 +68,7 @@ jobs:
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh "$LLVM_VERSION"
echo "PATH=$PATH" >> "$GITHUB_OUTPUT"
fi
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
Expand Down

0 comments on commit 4675ca9

Please sign in to comment.