Skip to content

Commit

Permalink
Fix new line in GA
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Nov 20, 2020
1 parent 95314cf commit 8b956dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
override: true
- name: Setup Rust target
run:
echo "\n[build]\ntarget = \"aarch64-apple-darwin\"" >> .cargo/config.toml
echo "[build]\\ntarget = \"aarch64-apple-darwin\"" >> .cargo/config.toml
if: matrix.target == 'aarch64-apple-darwin' # we just build
- name: Configure cargo data directory
# After this point, all cargo registry and crate data is stored in
Expand Down

0 comments on commit 8b956dc

Please sign in to comment.