Skip to content

Commit 21c9e68

Browse files
author
misty-waters
committed
Fix YAML syntax error in workflow file
1 parent 56af223 commit 21c9e68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
with:
5151
path: .sqlx
5252
key: ${{ runner.os }}-sqlx-${{ hashFiles('backend/Cargo.toml') }}
53-
restore-keys:
54-
- ${{ runner.os }}-sqlx-
53+
restore-keys: |
54+
${{ runner.os }}-sqlx-
5555
5656
- name: Install sqlx-cli
5757
run: cargo install sqlx-cli --no-default-features --features postgres,rustls

0 commit comments

Comments
 (0)