update main.yaml
Some checks failed
/ weblog.lol (push) Failing after 1s

This commit is contained in:
zepp 2025-03-08 21:28:41 -05:00
parent e95f6d6e28
commit d902ee91df

View File

@ -5,13 +5,14 @@ jobs:
runs-on: ubuntu-latest
name: weblog.lol
steps:
- name: Install Act dependencies
- 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
apt update && apt install software-properties-common apt-transport-https ca-certificates lsb-release -y
- name: Install dependencies
run: |
apt update && apt install php -y
- uses: actions/checkout@v3
with:
fetch-depth: 2