diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index acfe018..5604eb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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. \ No newline at end of file + echo test, and deploy your project.