From 1a9cfe615503fdcf23d86b8c8deee050f38838b2 Mon Sep 17 00:00:00 2001 From: Enrico Deusebio Date: Thu, 26 Oct 2023 00:01:44 +0200 Subject: [PATCH] wip --- .github/workflows/build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 45e8b10..76ea1bc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 }} @@ -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: |