aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cda7859ea..b8502f2da 100644
--- a/Makefile
+++ b/Makefile
@@ -392,7 +392,7 @@ clean:
# For a tupical Ubuntu/Debian distribution.
# We use "|| true" for apt-get install because packages are all different on different distros.
# Also see tools/syz-env for container approach.
-install_prerequisites:
+install_prerequisites: act
uname -a
sudo apt-get update
sudo apt-get install -y -q libc6-dev-i386 linux-libc-dev \
@@ -437,3 +437,6 @@ check_diff:
check_shebang:
./tools/check-shebang.sh
+
+act:
+ curl https://raw.githubusercontent.com/nektos/act/master/install.sh | bash