Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaac committed Jan 12, 2020
1 parent aeee186 commit ac35e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
wget -O /tmp/po2lmo/Makefile https://raw.githubusercontent.com/openwrt/luci/master/modules/luci-base/src/Makefile && \
wget -O /tmp/po2lmo/template_lmo.h https://raw.githubusercontent.com/openwrt/luci/master/modules/luci-base/src/template_lmo.h && \
wget -O /tmp/po2lmo/template_lmo.c https://raw.githubusercontent.com/openwrt/luci/master/modules/luci-base/src/template_lmo.c && \
cd /tmp/po2lmo && make po2lmo && cp po2lmo /usr/bin/ && chmod +x /usr/bin/po2lmo
cd /tmp/po2lmo && make po2lmo && sudo -E cp po2lmo /usr/bin/ && sudo -E chmod +x /usr/bin/po2lmo
wget -O /tmp/ipkg-build https://raw.githubusercontent.com/openwrt/openwrt/master/scripts/ipkg-build && \
chmod +x /tmp/ipkg-build && \
/tmp/ipkg-build -o root -g root /tmp/luci-app-diskman /tmp
Expand Down

0 comments on commit ac35e91

Please sign in to comment.