Update .github/workflows/lint_and_compile.yml
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 1m50s

This commit is contained in:
2025-07-14 13:10:10 -05:00
parent bb10445f71
commit 07aed63dc8

View File

@@ -7,7 +7,7 @@ jobs:
image: ubuntu image: ubuntu
steps: steps:
- name: Install packages - name: Install packages
run: apt-get update && apt-get install -y nodejs git python3 run: apt-get update && apt-get install -y nodejs git python3 python3-pip
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Clone supercharge docs repository - name: Clone supercharge docs repository