Skip to content

fix path

fix path #8

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
container:
image: espressif/idf:latest
env:
HOME: /tmp
volumes:
- ${{ github.workspace }}/pixie-firmware:/project
options: -w /project -u ${{ github.user }}
steps:
- name: Checkout pixie-firmware
uses: actions/checkout@v3
with:
repository: yuetloo/pixie-firmware
path: pixie-firmware
ref: v0.0.1
- name: build pixie-firmware
run: idf.py build
- name: Verify assets
run: ls -l ${{ github.workspace }}/pixie-firmware/build