Skip to content

Commit

Permalink
Fix copying voltage.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
cawilliamson committed Mar 19, 2024
1 parent f8e681d commit 3350417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gsi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
working-directory: src
- name: generate base rom config
run: |
cp -v ../../../voltage.mk .
cp -v ../../../../voltage.mk .
bash generate.sh voltage
working-directory: src/device/phh/treble
- name: build treble app
Expand Down

0 comments on commit 3350417

Please sign in to comment.