Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 authored Jul 24, 2024
1 parent 75d16b2 commit 2b5fa9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
image: ubuntu-2204:current
steps:
- checkout
- run: sudo apt update; sudo apt upgrade -y
- run: sudo apt install -y snapd
- run: sudo snap install --classic snapcraft
- run: sudo snapcraft --destructive-mode
Expand All @@ -26,6 +27,7 @@ jobs:
resource_class: arm.medium
steps:
- checkout
- run: sudo apt update; sudo apt upgrade -y
- run: sudo apt install -y snapd
- run: sudo snap install --classic snapcraft
- run: sudo snapcraft --destructive-mode
Expand Down

0 comments on commit 2b5fa9c

Please sign in to comment.