Skip to content

Commit

Permalink
fixed certbot install in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
infinityofspace committed Aug 23, 2022
1 parent 2196eea commit 838a958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snap_install_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: ${{ steps.snapcraft.outputs.snap }}

- name: install certbot
run: sudo snap install certbot
run: sudo snap install certbot --classic

- name: install snap build and connect plugin snap to certbot
run: |
Expand Down

0 comments on commit 838a958

Please sign in to comment.