Clean up some yaml mistakes (#16300)

# Objective

Our build pipeline should have no grammar or syntax mistakes.

## Solution

Remove a reference to a non-existent variable and clean up the taplo
`echo`s.
This commit is contained in:
Benjamin Brienen 2024-11-11 19:47:51 +01:00 committed by GitHub
parent 3ada15ee1c
commit 1d7f663475
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -230,10 +230,10 @@ jobs:
- name: Taplo info - name: Taplo info
if: failure() if: failure()
run: | run: |
echo 'To fix toml fmt, please run `taplo fmt`' echo 'To fix toml fmt, please run `taplo fmt`.'
echo 'To check for a diff, run `taplo fmt --check --diff' echo 'To check for a diff, run `taplo fmt --check --diff`.'
echo 'You can find taplo here: https://taplo.tamasfe.dev/' echo 'You can find taplo here: https://taplo.tamasfe.dev/'
echo 'Or if you use VSCode, use the `Even Better Toml` extension with 2 spaces' echo 'Or if you use VSCode, use the `Even Better Toml` extension.'
echo 'You can find the extension here: https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml' echo 'You can find the extension here: https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml'
typos: typos:

View file

@ -31,7 +31,7 @@ jobs:
with: with:
path: | path: |
target target
key: ${{ runner.os }}-ios-install-${{ matrix.toolchain }}-${{ hashFiles('**/Cargo.lock') }} key: ${{ runner.os }}-ios-install-${{ hashFiles('**/Cargo.lock') }}
# TODO: remove x86 target once it always run on arm GitHub runners # TODO: remove x86 target once it always run on arm GitHub runners
- name: Add iOS targets - name: Add iOS targets