mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
syntax
This commit is contained in:
parent
80d933a88f
commit
cc55c487f9
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test_and_package_stage.yml
vendored
3
.github/workflows/test_and_package_stage.yml
vendored
|
|
@ -33,7 +33,6 @@ jobs:
|
|||
# secrets: inherit
|
||||
snap_run:
|
||||
name: snap_run ${{ matrix.arch-name }}
|
||||
needs:
|
||||
runs-on:
|
||||
- ${{ matrix.run-on }}
|
||||
strategy:
|
||||
|
|
@ -51,7 +50,7 @@ jobs:
|
|||
- name: Install armhf dependencies
|
||||
if: ${{ matrix.arch-name == 'armhf' }}
|
||||
run: |-
|
||||
sudo dpkg --add-architecture "armhf"
|
||||
sudo dpkg --add-architecture armhf
|
||||
sudo apt-get update
|
||||
# sudo apt-get install -y nginx-light snapd:armhf
|
||||
- name: Setup venv
|
||||
|
|
|
|||
Loading…
Reference in a new issue