Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 1813cc2e authored by Namjae Jeon's avatar Namjae Jeon Committed by GitHub
Browse files

exfat: fix python package installation failure

parent 3a977dbb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ jobs:
    - name: Download the kernel
      run: |
        sudo apt-get update
        sudo apt-get install libelf-dev wget tar gzip python
        sudo apt-get install libelf-dev wget tar gzip python2.7
        wget https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.1.36.tar.gz
        tar xf linux-4.1.36.tar.gz
        mv linux-4.1.36 linux-stable