mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-06 21:16:34 -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: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install ${{ matrix.linker }}
|
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
|
cat .cargo/config.github.toml >> .cargo/config.toml
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
Reference in New Issue
Block a user