gh: Add missing checkout step to compile check workflow

This commit is contained in:
mintsuki 2021-09-29 17:51:04 +02:00
parent 624f193421
commit 474c02c9ee
1 changed files with 3 additions and 0 deletions

View File

@ -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