Use printf instead of echo

This commit is contained in:
Piotr Osiewicz 2023-11-22 14:41:26 +01:00
parent 8a6d3094c4
commit 6f8e03470c

View file

@ -24,7 +24,7 @@ jobs:
- test - test
steps: steps:
- name: Set up default .cargo/config.toml - name: Set up default .cargo/config.toml
run: echo "[build]\nrustflags = [\"-D\", \"warnings\"]" > $HOME/.cargo/config.toml run: printf "[build]\nrustflags = [\"-D\", \"warnings\"]" > $HOME/.cargo/config.toml
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v3 uses: actions/checkout@v3