Skip to content

Commit

Permalink
CI: print env
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOlech committed Aug 12, 2021
1 parent 229392b commit f3d0634
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
apt-get -qqy update
apt-get -qqy install gcc-multilib mtools automake autoconf build-essential
- name: Print environment
run: |
printenv
- name: Make Buildroot image
run: |
cd buildroot && make BR2_EXTERNAL=../overlay/ scalenode_gcp_defconfig && make
Expand Down

0 comments on commit f3d0634

Please sign in to comment.