Skip to content

fix wrong script AttributeError: 'Namespace' object has no attribute … #6

fix wrong script AttributeError: 'Namespace' object has no attribute …

fix wrong script AttributeError: 'Namespace' object has no attribute … #6

Workflow file for this run

name: Build Examples
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install dependencies
run: |
pip install -U https://github.com/platformio/platformio/archive/develop.zip
pip install wget
- name: Install Nuclei Tools and PIO Packages
run: |
python3 .github/prepare_tools.py
- name: Caching Nuclei Tools
uses: actions/cache@v3
with:
path: prebuilt_dlcache
key: build
- name: Build examples
run: |
python3 .github/build_examples.py