Skip to content

fix duplicate lib dirs + update actions environment #35

fix duplicate lib dirs + update actions environment

fix duplicate lib dirs + update actions environment #35

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2019 Anthony Sottile
#
# SPDX-License-Identifier: MIT
name: build-images
on:
pull_request:
push:
jobs:
build-images:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- run: python3 -mpip install -r requirements.txt
- run: git clone --depth=1 https://github.com/adafruit/Adafruit_Learning_System_Guides learn
- run: env LEARN_GUIDE_REPO=learn/ python3 create_requirement_images.py
- uses: actions/upload-artifact@v4
with:
name: images
path: generated_images