Skip to content

Commit

Permalink
Update unipi_neuron_rpi3b.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-superbox committed Jun 6, 2022
1 parent 0f2c403 commit 4e0823b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unipi_neuron_rpi3b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
REPO_URL: https://github.com/buildroot/buildroot
REPO_BRANCH: 2021.08.x
REPO_BRANCH: 2022.02.2
CONFIG_FILE: .config
TZ: Europe/Vienna

Expand Down Expand Up @@ -35,13 +35,13 @@ jobs:
- name: Clone buildroot source code
working-directory: /workdir
run: |
git clone --depth 1 $REPO_URL -b $REPO_BRANCH buildroot
ln -sf /workdir/buildroot $GITHUB_WORKSPACE/buildroot
git clone --depth 1 $REPO_URL -b $REPO_BRANCH buildroot_src
ln -sf /workdir/buildroot_src $GITHUB_WORKSPACE/buildroot_src
- name: Load Unipi Neuron RPi 3B configuration
run: |
cd $GITHUB_WORKSPACE/buildroot
make BR2_EXTERNAL=$GITHUB_WORKSPACE unipi_neuron_rpi3b_defconfig
cd $GITHUB_WORKSPACE/buildroot_src
make BR2_EXTERNAL=$GITHUB_WORKSPACE/buildroot unipi_neuron_rpi3b_defconfig
- name: Compile Unipi Neuron RPi 3B sdcard image
run: |
Expand Down

0 comments on commit 4e0823b

Please sign in to comment.