ci: fix printf statement
This commit is contained in:
parent
75fce91353
commit
8602dd42cb
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
- name: 🧪 Test
|
||||
run: |
|
||||
printf "$RUSTYPIPE_CACHE" > rustypipe_cache.json
|
||||
printf '%s\n' "$RUSTYPIPE_CACHE" > rustypipe_cache.json
|
||||
echo "authenticated=$YT_AUTHENTICATED"
|
||||
cargo nextest run --config-file ~/.config/nextest.toml --profile ci --retries 2 --features rss --workspace
|
||||
env:
|
||||
|
|
|
|||
Reference in a new issue