mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-06 05:16:37 -06:00
fix appending breaking without newline
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -57,6 +57,8 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install ${{ matrix.linker }}
|
||||
# ensure has a newline at the end
|
||||
[ "$(tail -c 1 .cargo/config.toml)" != "" ] && echo >> .cargo/config.toml
|
||||
cat .cargo/config.github.toml >> .cargo/config.toml
|
||||
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user