Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnedo committed Dec 23, 2024
1 parent 5afb8c5 commit c8c9cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
export SSH_PRIVATE_KEY=./sshkey
sleep 10
sudo multipass set local.passphrase=foo
sudo multipass authenticate foo || cat /var/log/syslog|grep multipass
sudo multipass authenticate foo || journalctl --unit 'snap.multipass*'
SUDO_MULTIPASS=1 make run-integration-tests
- name: Install rust target
run: rustup target add $TARGET
Expand Down

0 comments on commit c8c9cb9

Please sign in to comment.