Skip to content

Commit

Permalink
fixing working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Aug 15, 2024
1 parent 9520ad0 commit b2a2097
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pi-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
with:
path: pi-gen/

- uses: usimd/pi-gen-action@v1
working-directory: pi-gen
- name: Build AryaOS image
uses: usimd/pi-gen-action@v1
working-directory: ./pi-gen
with:
# Disable the renaming of the first user during the first boot. This make it so
# 'username' stays activated. 'username' must be set for this to work. Please be
Expand Down

0 comments on commit b2a2097

Please sign in to comment.