Skip to content

Commit

Permalink
ci: Try to fix
Browse files Browse the repository at this point in the history
Change-Id: I3300963db9d6f989853b376513cf4f575c5f240c
  • Loading branch information
calcitem committed Jan 27, 2025
1 parent 06e55ac commit 99d258c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/aab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
build:
runs-on: ubuntu-latest
needs: linter
permissions:
id-token: write
contents: read

steps:
- name: Checkout repository
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ jobs:
- name: Add GitHub Actions user to the lxd group
run: |
sudo usermod -aG lxd $USER
sudo usermod -aG lxd $(whoami)
newgrp lxd
- name: Verify LXD Installation
run: lxd --version

- name: Build snap using LXD
run: snapcraft --use-lxd

Expand Down

0 comments on commit 99d258c

Please sign in to comment.