Skip to content
This repository was archived by the owner on Aug 9, 2026. It is now read-only.

Commit aaa5812

Browse files
committed
fix syntax
1 parent 063db62 commit aaa5812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Install build dependencies
9999
run: |
100-
mkdir ~/.ssh
100+
mkdir ~/.ssh
101101
ssh-keyscan -H 127.0.0.1 >> ~/.ssh/known_hosts
102102
sshpass -p "ubuntu" ssh -o StrictHostKeyChecking=no -p 2222 ubuntu@127.0.0.1 'sudo apt update && sudo apt install -y \
103103
linux-modules-extra-$(uname -r) \

0 commit comments

Comments
 (0)