Skip to content

Commit

Permalink
should add sudo in front of the apt-get for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkie committed Dec 4, 2019
1 parent 1474256 commit 292d2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yodaos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
key: ${{ runner.OS }}
path: openwrt/dl
- name: install dependencies for ubuntu
run: apt-get install build-essential libncurses5-dev
run: sudo apt-get install build-essential libncurses5-dev
- name: configure
run: ./configure -p rpi -c rpi3b_plus
- name: make image
Expand Down

0 comments on commit 292d2fa

Please sign in to comment.