Skip to content

Commit 6b45596

Browse files
committed
fix post-release action
1 parent 1f78491 commit 6b45596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
key: ${{ matrix.target }}
4242

43-
- name: Install Linux dependencies
43+
- name: Install Linux dependencies
4444
if: matrix.os == 'ubuntu-latest' && matrix.target == 'aarch64-unknown-linux-gnu'
4545
run: |
4646
sudo apt-get update

0 commit comments

Comments
 (0)