Skip to content

Trying to debug the b.sh run #7

Trying to debug the b.sh run

Trying to debug the b.sh run #7

name: build-firmware
on:
push:
branches: [ main, actions ]
jobs:
build-in-container:
runs-on: ubuntu-latest
container:
image: lukstep/raspberry-pi-pico-sdk:v0.0.2
steps:
- name: Check out code
uses: actions/checkout@v2
- name: ls
run: ls -al
- name: build
run: bash b.sh