edit workflow.yaml

This commit is contained in:
zepp 2025-03-08 21:20:36 -05:00
parent 5dad8d2e26
commit c3332c4f1d

View File

@ -5,6 +5,13 @@ jobs:
runs-on: ubuntu-latest
name: weblog.lol
steps:
- name: Install Act dependencies
if: ${{ env.ACT }}
run: |
apt update && apt install software-properties-common apt-transport-https ca-certificates lsb-release -y
- name: Install dependencies
run: |
apt update && apt install php
- uses: actions/checkout@v3
with:
fetch-depth: 2