Skip to content

Commit

Permalink
fix heredoc
Browse files Browse the repository at this point in the history
  • Loading branch information
femshima committed Dec 17, 2023
1 parent 6d087f1 commit 2ee52c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ jobs:
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.host }}
- name: Setup config
run: |
echo <<EOF
cat <<EOF > ~/.cargo/config.toml
[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-musl-gcc"
rustflags = ["-C", "target-feature=-crt-static"]
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
EOF > ~/.cargo/config.toml
EOF
shell: bash
- name: Setup cross compiler
if: ${{ matrix.settings.cross }}
Expand Down

0 comments on commit 2ee52c2

Please sign in to comment.