Skip to content

Commit

Permalink
PEK 743 use snap to install snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
spmcmillan committed Jul 9, 2024
1 parent 22d3492 commit ef44ba8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/create-snap-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@ run-name: ${{ github.actor }} is creating testing snap
on: [push]
jobs:
Create-Snap-Action:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
continue-on-error: true
steps:
- name: Check out repository code step
uses: actions/checkout@v4
- name: Installation step
run: |
sudo apt update
sudo apt install snapcraft
sudo snap install snapcraft --classic
sudo snap install lxd
sudo snap install core24
sudo lxd init --auto
sudo lxd waitready
- name: Run snapcraft step
Expand Down

0 comments on commit ef44ba8

Please sign in to comment.