about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-03-15 09:44:11 +0100
committervanhauser-thc <vh@thc.org>2023-03-15 09:44:11 +0100
commitac4dd1605ed0bf25b2b4562da114f93f2852d200 (patch)
tree03afa38ab6fef1965e727728e7c0095e7afa85f4
parent7ab689ef0e3fa49a6c059ae1bfe46f77e6c79d12 (diff)
downloadafl++-ac4dd1605ed0bf25b2b4562da114f93f2852d200.tar.gz
fix ci
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a7601080..aa5829a8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,6 +31,8 @@ jobs:
         run: gcc -v; echo; clang -v
       - name: install gcc plugin
         run: sudo apt-get install -y -m -f --install-suggests $(readlink /usr/bin/gcc)-plugin-dev
+      - name: install pip
+        run: sudo python3 -m ensurepip
       - name: build afl++
         run: make distrib ASAN_BUILD=1
       - name: run tests