Skip to content

Commit

Permalink
export a variable to check inside a script
Browse files Browse the repository at this point in the history
  • Loading branch information
valerius committed Jan 16, 2024
1 parent eaf670d commit 24e0137
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rpi-aarch64-image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,8 @@ jobs:
sudo mount --bind $WORKDIR_BASE/root/boot $WORKDIR_BASE/root/boot
- name: Run Build Script
env:
WORKDIR_BASE: ${{ env.WORKDIR_BASE }}
run: |
export $WORKDIR_BASE
sudo chmod +x ./build-archlinux-rpi-aarch64-img.sh
sudo ./build-archlinux-rpi-aarch64-img.sh
Expand Down

0 comments on commit 24e0137

Please sign in to comment.