Skip to content

Commit

Permalink
CI: try to fix PATH #2
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOlech committed Aug 12, 2021
1 parent 59bfdf6 commit 3dc70af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_image.yml
Expand Up @@ -22,9 +22,9 @@ jobs:
printenv
- name: Make Buildroot image
env:
PATH: "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
run: |
unset PATH
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
cd buildroot && make BR2_EXTERNAL=../overlay/ scalenode_gcp_defconfig && make
- name: Make GCP image
Expand Down

0 comments on commit 3dc70af

Please sign in to comment.