Skip to content

Commit 7ad5c5b

Browse files
committed
PEK 743 Adding core24 for core24 build
1 parent eedc6a5 commit 7ad5c5b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/create-snap-action.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,23 @@ jobs:
66
runs-on: ubuntu-22.04
77
continue-on-error: true
88
steps:
9-
- name: Check out repository code
9+
- name: Check out repository code step
1010
uses: actions/checkout@v4
11-
- name: Installation Step
11+
- name: Installation step
1212
run: |
13-
echo "Install snapcraft"
1413
sudo apt update
1514
sudo apt install snapcraft
16-
echo "Install snapcraft"
1715
sudo snap install lxd
18-
echo "Initialize snapcraft"
16+
sudo snap install core24
1917
sudo lxd init --auto
20-
- name: Run snapcraft
18+
- name: Run snapcraft step
2119
run: |
2220
cd tests
2321
# run snapcraft in destructive mode
2422
# -- network doesn't work properly otherwise
2523
sudo snapcraft --destructive-mode
26-
- name: Output logs
24+
- name: Output logs step
2725
if: always()
2826
run: |
29-
journalctl -u snap.multipass.multipassd
27+
journalctl -u snap.lxd.daemon
3028
sudo bash -c 'cat /root/.local/state/snapcraft/log/snapcraft*.log'

0 commit comments

Comments
 (0)