Skip to content

Commit

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

0 comments on commit 0a786a6

Please sign in to comment.