Skip to content

Commit d5ca344

Browse files
committed
testing some env vars
1 parent 8680b40 commit d5ca344

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/pi-gen.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- name: Build AryaOS image
4848
uses: usimd/pi-gen-action@v1
4949
id: build
50+
env:
51+
SHARED_FILES: ${{ env.SHARED_FILES }}
52+
GITHUB_CWD: ${{ env.GITHUB_CWD }}
5053
with:
5154
increase-runner-disk-size: true
5255

@@ -75,7 +78,6 @@ jobs:
7578
keyboard-keymap: ${{ env.KEYBOARD_KEYMAP || 'us' }}
7679
pi-gen-version: arm64
7780
verbose-output: true
78-
7981

8082
- name: list dir
8183
run: |

stages/stage-adsbcot/03-install-packages/00-packages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ dump1090-fa
22
dump978-fa
33
git wget unzip
44
git wget unzip curl build-essential python3-dev socat python3-venv ncurses-dev ncurses-bin uuid-runtime zlib1g-dev zlib1g
5+
python3-websockets

0 commit comments

Comments
 (0)