Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
deusebio committed Oct 25, 2023
1 parent 60c2e63 commit 1a9cfe6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
workflow_call:
outputs:
snap-file:
rock:
description: "The rock output of build process."
value: ${{ jobs.build.outputs.rock }}

Expand All @@ -35,9 +35,10 @@ jobs:
- name: Setup LXD
uses: canonical/setup-lxd@main
- name: Install dependencies
id: install
run: |
sudo snap install yq
sudo snap install rockcraft --classic --edge --revision 687
sudo snap install rockcraft --classic --edge
- name: Build ROCK
id: build
run: |
Expand Down

0 comments on commit 1a9cfe6

Please sign in to comment.