Skip to content

Commit

Permalink
Install llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jul 27, 2023
1 parent aa1fcc4 commit 4b8485d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-android-google-play.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "3"
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Add Android targets
Expand Down

0 comments on commit 4b8485d

Please sign in to comment.