diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 482e1c51f306b5d0aefb84ee9a6e57af934152d2..bffc06075a423f235210d84d973c96f97b5fbb5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - test steps: - name: Set up default .cargo/config.toml - run: echo "[build]\nrustflags = [\"-D\", \"warnings\"]" > $HOME/.cargo/config.toml + run: echo "[build]\nrustflags = [\"-D\", \"warnings\"]" > $HOME/.cargo/config.toml - name: Checkout repo uses: actions/checkout@v3