Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Anubhav Sharma <[email protected]>
  • Loading branch information
anubhavs19 authored Sep 12, 2023
1 parent 6db8e94 commit b106105
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ jobs:
# Runs a single command using the runners shell
- name: Run a one-line script
run: |
cd snap
sudo lxd init --auto
sudo snapcraft
sudo snapcraft --debug
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
echo test, and deploy your project.

0 comments on commit b106105

Please sign in to comment.