Files
examples/.github/workflows/build.yml
sudo-rsingh 0dfa043031
Some checks failed
/ build (push) Failing after 2m2s
Update .github/workflows/build.yml
2026-05-14 23:59:38 +05:30

11 lines
230 B
YAML

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: |
apt-get update
apt-get install -y python3 neofetch
python3 --version
neofetch
- uses: actions/checkout@v6