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

Unverified Commit 3a977dbb authored by Namjae Jeon's avatar Namjae Jeon Committed by GitHub
Browse files

exfat: github actions: add apt-get update command

parent b2d2ce0b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ jobs:
    - uses: actions/checkout@v3
    - name: Download the kernel
      run: |
        sudo apt-get update
        sudo apt-get install libelf-dev wget tar gzip python
        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