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 24e5a8f commit 70e333d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
export SSH_PRIVATE_KEY=./sshkey
sleep 10
sudo multipass set local.passphrase=foo
multipass authenticate foo
sudo multipass authenticate foo
cat /var/log/syslog|grep multipass
make run-integration-tests
SUDO_MULTIPASS=1 make run-integration-tests
- name: Install rust target
run: rustup target add $TARGET

Expand Down

0 comments on commit 70e333d

Please sign in to comment.