diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b47107b..0147263 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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