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 c8c9cb9 commit 1e927c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ jobs:
ssh-keygen -b 2048 -t rsa -f ./sshkey -q -N ""
export SSH_PRIVATE_KEY=./sshkey
sleep 10
sudo multipass set local.passphrase=foo
sudo multipass authenticate foo || journalctl --unit 'snap.multipass*'
SUDO_MULTIPASS=1 make run-integration-tests
SUDO_MULTIPASS=1 make run-integration-tests || { journalctl --unit 'snap.multipass*' ; exit 1; }
- name: Install rust target
run: rustup target add $TARGET

Expand Down

0 comments on commit 1e927c6

Please sign in to comment.