Skip to content

try cloning this thing where the install.sh script will be looking fo… #22

try cloning this thing where the install.sh script will be looking fo…

try cloning this thing where the install.sh script will be looking fo… #22

Workflow file for this run

# SPDX-FileCopyrightText: 2019 Adafruit Industries
#
# SPDX-License-Identifier: MIT
name: Github CircuitPython Library CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
-path: "actions-ci"
- uses: actions/setup-python@v4
with:
python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax.
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: pre-install
run: |
source install.sh