Skip to content

Commit

Permalink
use newest rockcraft to build rock
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Jul 15, 2024
1 parent e5546fc commit 332cae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build rock

on:
workflow_call:
pull_request:

jobs:
build:
Expand All @@ -15,8 +16,7 @@ jobs:
- name: Install dependencies
run: |
sudo snap install yq
sudo snap install rockcraft --classic --channel=latest/stable --revision 1206
sudo snap install charmcraft --classic --revision 1349
sudo snap install rockcraft --classic --edge
- name: Build rock
run: |
rockcraft pack
Expand Down

0 comments on commit 332cae6

Please sign in to comment.