edit main.yaml

This commit is contained in:
zepp 2025-03-08 21:23:37 -05:00
parent c3332c4f1d
commit 80e8328675

View File

@ -7,10 +7,10 @@ jobs:
steps:
- name: Install Act dependencies
if: ${{ env.ACT }}
run: |
run |
apt update && apt install software-properties-common apt-transport-https ca-certificates lsb-release -y
- name: Install dependencies
run: |
- name: Install dependencies
run: |
apt update && apt install php
- uses: actions/checkout@v3
with: