gh: Add missing checkout step to compile check workflow
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 87c980ad..40bc3396 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -8,6 +8,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
+ - name: Checkout code
+ uses: actions/checkout@v2
+
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install git build-essential nasm curl mtools -y
