Skip to content

Commit

Permalink
Improved rust target
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Nov 21, 2020
1 parent 1ece92b commit 7d4853b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ jobs:
run: |
cat << EOF > .cargo/config.toml
[build]
target = "aarch64-apple-darwin"
target = "${{ matrix.target }}"
EOF
if: matrix.target == 'aarch64-apple-darwin'
if: matrix.target
- uses: Swatinem/rust-cache@v1
- name: Install LLVM (Windows)
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 7d4853b

Please sign in to comment.