From b7a328ad518d91ae9b19c4e7ee264bbbe696befd Mon Sep 17 00:00:00 2001 From: Hemanth Nakkina Date: Wed, 4 Sep 2024 08:54:41 +0530 Subject: [PATCH] Pin lxd to 5.21/candidate Ping lxd to 5.21/candidate to avoid mount errors. Also pin craft-actions to commit 1de2f7678b7ecfd. --- .github/workflows/build_publish.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_publish.yaml b/.github/workflows/build_publish.yaml index 0d92b01..26f50e9 100644 --- a/.github/workflows/build_publish.yaml +++ b/.github/workflows/build_publish.yaml @@ -30,7 +30,11 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ inputs.branch }} - - uses: canonical/craft-actions/rockcraft-pack@main + - name: Setup LXD + uses: canonical/setup-lxd@v0.1.1 + with: + channel: 5.21/candidate + - uses: canonical/craft-actions/rockcraft-pack@1de2f7678b7ecfd491bd8ec3c2d2f73fe722c643 id: rockcraft with: path: rocks/${{ matrix.rock }}