Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaac committed Jan 12, 2020
1 parent 804f86d commit aeee186
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 @@ -39,7 +39,7 @@ jobs:
rm -rf /tmp/luci-indexcache /tmp/luci-modulecache
EOF
chmod +x /tmp/luci-app-diskman/CONTROL/postinst
apt install gcc make && \
sudo -E apt-get -y install gcc make && \
mkdir -p /tmp/po2lmo && \
wget -O /tmp/po2lmo/po2lmo.c https://raw.githubusercontent.com/openwrt/luci/master/modules/luci-base/src/po2lmo.c && \
wget -O /tmp/po2lmo/Makefile https://raw.githubusercontent.com/openwrt/luci/master/modules/luci-base/src/Makefile && \
Expand Down

0 comments on commit aeee186

Please sign in to comment.