Skip to content

Commit

Permalink
tweak env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusrussell committed Jun 20, 2023
1 parent 26c9d5c commit aeaf6c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-industrial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
base_image: https://cdimage.ubuntu.com/releases/22.04.2/release/ubuntu-22.04.2-preinstalled-server-arm64+raspi.img.xz
cpu: cortex-a7
cpu_info: cpuinfo/raspberrypi_zero2_w_arm64
export_github_env: true
optimize_image: false
image_additional_mb: 8096
commands: |
Expand All @@ -25,7 +26,7 @@ jobs:
ls -la
grep Model /proc/cpuinfo
pwd
echo "CURRENT_DIR=$(pwd)" >> $GITHUB_ENV
echo "CURRENT_DIR=$(pwd)" >> ${GITHUB_ENV}
echo "installing pigpio"
cd ~
Expand Down

0 comments on commit aeaf6c4

Please sign in to comment.